cozylife/hackfastalgos

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
LICENSE
README.md
composer.json
phpunit.xml
autoload.php13
lib/algos.php18
lib/bfs.php28
lib/bucketsort.php61
lib/convexhull.php117
lib/countingsort.php109
lib/cryptography.php32
lib/datastructure/adjlist.php161
lib/datastructure/adjmatrix.php128
lib/datastructure/avltree.php208
lib/datastructure/bag.php43
lib/datastructure/bloomfilter.php53
lib/datastructure/bplustree.php5
lib/datastructure/bst.php266
A
2 hrs
lib/datastructure/doublylinkedlist.php149
lib/datastructure/doublylinkedlistarray.php169
lib/datastructure/edgelist.php107
lib/datastructure/gametree.php5
lib/datastructure/graphnode.php44
lib/datastructure/hashtable.php66
lib/datastructure/hashtablechain.php158
lib/datastructure/hashtableoa.php96
lib/datastructure/heap.php192
lib/datastructure/indexer.php128
lib/datastructure/intervaltree.php4
lib/datastructure/kdtree.php4
lib/datastructure/linkedlistnode.php41
lib/datastructure/lrucache.php83
lib/datastructure/orderstatistictree.php53
lib/datastructure/priorityqueue.php41
lib/datastructure/queue.php43
lib/datastructure/rbtree.php160
lib/datastructure/rwaytrie.php92
lib/datastructure/schedule.php22
lib/datastructure/set.php9
lib/datastructure/splaytree.php5
lib/datastructure/stack.php25
lib/datastructure/stringbuffer.php22
lib/datastructure/ternarysearchtrie.php131
lib/datastructure/treenode.php80
lib/datastructure/trienode.php32
lib/datastructure/twothreetree.php5
lib/datastructure/unionfind.php84
lib/dfs.php152