Skip to content

andrewchng/kata-machine-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kata machine for practice

Todo

  • linear_search.py
  • binary_search.py
  • maze_solver.py
  • queue.py
  • stack.py
  • quick_sort.py
  • bubble_sort.py
  • two_crystal_balls.py
  • singly_linked_list.py
  • double_linked_list.py
  • compare_binary_trees.py
  • BTBFS.py
  • BTInOrder.py
  • BTPostOrder.py
  • BTPreOrder.py
  • DFS_on_BST.py
  • DFS_graph_list.py
  • BFS_graph_matrix.py
  • min_heap.py
  • dijkstra.py
  • trie.py
  • map.py
  • LRU.py

Features to add

  • generate fresh new katas by command
  • run unit tests on latest generated katas

Command

Generate new Katas

python generate.py

Unit tests

Run all tests

python test.py

Run with pattern

python test.py -p {pattern} 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages