I am focusing on algorithms, and data visualization.
I'm developing an algorithm animation engine algviz recently. It can help you create live animations for your algorithm in Jupyter notebook, please star this project if you are interested.
These are some examples:
Algorithm | Description | Animation |
---|---|---|
BubbleSort.ipynb | Implement of the bubble sort algorithm. | |
NQueens.ipynb | The algorithm to solve the NQueens problem. | |
TrieTree.ipynb | The creation and use of trie tree. | |
TopologicalSorting.ipynb | Solve topological sorting problem with dfs and Kahns algorithm |
You can get more information from the Gitpod online editor by click this button: 👉
I'm also interested in NP-hard problems such as packing and graph-coloring problems.
These are the related projects:
- GuillotoneCut is a solver for cutting optimization problem at ROADEF/EURO Challenge 2018.
- P-Center is a solver for facility location problem.