4 Commits

Author SHA1 Message Date
m-maksyutin
c5ed81d85e Add recursive factorial function (#85)
* Fix LinkedList

* Fix the prepend method for the LinkedList

* Fix the remove method for the MinHeap

* Correct a comment

* Fix BST removal method

* Fix the findEdge method of the graph

* Fix the value returned by DisjointSet union

* Add recursive factorial function
2018-06-28 21:03:31 +03:00
Oleksii Trekhleb
924066bb0c Do minor optimisations to factorial function. 2018-06-02 09:40:32 +03:00
Oleksii Trekhleb
a10009df64 Add factorial. 2018-04-18 13:05:07 +03:00
Oleksii Trekhleb
77e897b3b9 Add factorial. 2018-04-18 13:04:05 +03:00