399 Commits

Author SHA1 Message Date
90b56bc3d3 Fix issue #37 with AVL tree. 2018-06-02 22:11:01 +03:00
924066bb0c Do minor optimisations to factorial function. 2018-06-02 09:40:32 +03:00
88bd8d7044 Add JSdocs for fibonacci. 2018-06-02 09:32:50 +03:00
d267d72524 Added fibonacci sequence as well as fibonacci nth, renamed functions accordingly (#36) 2018-06-02 09:31:09 +03:00
a63bc67cf4 Fix LinkedList (#42) 2018-06-02 09:23:55 +03:00
87299a5153 Update READMEs. 2018-06-02 09:15:08 +03:00
53cd4fbc6d Correct some grammar in the README. (#39) 2018-06-02 09:09:52 +03:00
56ff37d909 Update READMEs. 2018-06-02 09:01:51 +03:00
0b89dce231 Update README.zh-TW.md 2018-06-02 08:59:38 +03:00
e7b78e8e2d Merge remote-tracking branch 'origin/master' 2018-06-02 08:55:20 +03:00
3d34a5ed44 Update READMEs. 2018-06-02 08:54:41 +03:00
0edb1525ea Throw error on remove from red-black tree. 2018-06-02 08:51:45 +03:00
26d6b7877d Improve test-coverage for red-black tree. 2018-06-02 08:24:31 +03:00
19789c6a94 Add red-black tree. 2018-06-02 08:15:40 +03:00
48f7ea1ad5 Add one more test for BST. 2018-06-01 10:52:23 +03:00
4132522d4a Set up node comparator for BST. 2018-06-01 08:28:36 +03:00
02299b77e6 Add uncle property to binary tree node. 2018-06-01 05:16:07 +03:00
e6de25ecb3 Use HashTable in TrieNode. 2018-05-31 21:37:13 +03:00
5b3de38cca Update hash table methods. 2018-05-31 21:35:53 +03:00
ecd8d22fc6 Add new hash table methods. 2018-05-31 21:30:44 +03:00
f04626bc5c Return removed nodes in BST. 2018-05-31 08:29:59 +03:00
7a4265403c Use Map for node meta data. 2018-05-31 07:59:20 +03:00
e572de63cb Create getters and setters for meta data in binary tree node. 2018-05-31 07:37:31 +03:00
02d7abcf65 Make it possible to insert meta information to bst node. 2018-05-31 07:16:35 +03:00
33ac110cce Make it possible to attach meta information to binary tree node. 2018-05-31 07:03:33 +03:00
c18fd63a53 Fix naming in binary search tree test. 2018-05-31 06:23:51 +03:00
62efb29355 Update CONTRIBUTING.md 2018-05-30 17:49:31 +03:00
b62d9a43b4 Clean up in binary search tree constructor. 2018-05-30 08:18:45 +03:00
b7e27b2f07 Remove parent parameter from binary tree node constructor to simplify syntax. 2018-05-30 08:16:41 +03:00
fcc546347d Code style fixes. 2018-05-30 08:00:25 +03:00
8d868ae582 Code style fixes. 2018-05-30 07:47:49 +03:00
797a6f28a3 Make it possible to use objects as a values for binary search tree nodes. 2018-05-30 07:43:39 +03:00
3ae9c40416 Test that it is possible to use objects and binary tree node values. 2018-05-30 07:19:48 +03:00
625217a9c2 Code style fixes. 2018-05-29 11:19:08 +03:00
caec97e562 Add Radix Sort illustration. 2018-05-29 09:43:23 +03:00
afd5617144 Code style fixes for RadixSort. 2018-05-29 09:01:16 +03:00
71985337b5 Radix sort (#28)
* Add in-place sort to QuickSort.js

* Fix linting errors and clean up comments

* Change implementation to address lint errors

* Trailing space and undefined variable

* Create own class for in-place quicksort and use tests

* Add trailing space at end of file

* Fix placement of visitedCallback, explain itial destructuring

* Implement Radix Sort

Remove excess line

Reorganize RadixSort of match structure of other classes

Write tests for RadixSort and additional test constants

Create README

Update main readme to include radix sort
2018-05-29 07:38:19 +02:00
cca138a384 Add counting sort. 2018-05-29 07:38:49 +03:00
e3ff82fcba Add counting sort. 2018-05-29 07:36:41 +03:00
0c1f6851d5 Add counting sort. 2018-05-29 07:29:28 +03:00
b1a613e03e Use Map for TrieNode children (#27) 2018-05-29 05:13:12 +02:00
30ae3230d1 Do some code formatting on QuickSort algorithm. 2018-05-27 22:23:40 +02:00
bf5d7b338c Add in-place sort to QuickSort.js (#16)
* Add in-place sort to QuickSort.js

* Fix linting errors and clean up comments

* Change implementation to address lint errors

* Trailing space and undefined variable

* Create own class for in-place quicksort and use tests

* Add trailing space at end of file

* Fix placement of visitedCallback, explain itial destructuring
2018-05-27 23:11:13 +03:00
f93d12d5dd Added missing return type (#23) 2018-05-27 18:20:04 +03:00
2e3860f357 Add linear search. 2018-05-26 01:01:08 +03:00
7ed425ed3a Added Linear Search (#20)
Added algorithm for the basic and useful linear search
2018-05-26 00:43:50 +03:00
48195d4720 Update READMEs. 2018-05-26 00:38:07 +03:00
0fe62a8448 Update READMEs. 2018-05-26 00:36:45 +03:00
e26e986557 Finish main part of translation (#18)
* add chinese overview

* translate

* add

* translate english
2018-05-26 00:33:01 +03:00
c6aa8ab52d Update READMEs. 2018-05-25 07:51:21 +03:00