Skip to content
View zjl9959's full-sized avatar
Block or Report

Block or report zjl9959

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
zjl9959/README.md

c++ python algorithm NP-hard

👋 Welcome to my github page!

I am focusing on algorithms, and data visualization.

Algorithms & 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: 👉 Open in Gitpod


NP-hard problems

I'm also interested in NP-hard problems such as packing and graph-coloring problems.

These are the related projects:

Pinned

  1. algviz algviz Public

    Algorithm animation engine for Python in Jupyter.

    Python 59 7

  2. HUST-Smart/ROADEF2018-GuillotineCut HUST-Smart/ROADEF2018-GuillotineCut Public

    Guillotine Cut solver for ROADEF Challenge 2018 by team J29.

    C++ 4