Commit Graph

69 Commits

Author SHA1 Message Date
Chetan Kaushik
ae1982e3ac Merge pull request #106 from OskarEn/master
Create Abecedarian.java
2017-10-02 23:58:42 +05:30
Deepak
355d4c1fee added precision_root_algo 2017-10-02 13:00:39 +05:30
Deepak
12b86774ad add FibToN
print all fibonacci till N in O(n)
2017-10-02 12:53:43 +05:30
feng liu
79a73aebb4 KMP algorithm 2017-10-01 17:45:16 -06:00
Manmeet Singh
e7f35ab8df Postfix Notation using Stack
Note- Give input in the form like "1 21 + 45 13 + *"
#96
2017-10-02 00:42:20 +05:30
Nimit Arora
84b2b8ad94 Added Algorithm to Return Subsequences 2017-10-01 23:31:01 +05:30
Anup Kumar Panwar
8b29c6ca1d Merge pull request #115 from RollandMichael7/patch-2
Update LowestBasePalindrome.java
2017-10-01 14:09:28 +05:30
Anup Kumar Panwar
8f086c0b69 Merge pull request #116 from manmeet-22/patch-1
Tower of Hanoi using Recursion
2017-10-01 14:09:09 +05:30
Nimit Arora
727769c06f Added algorithm to reverse a stack using recursion 2017-10-01 12:45:13 +05:30
Nimit Arora
dad4c69c98 Added algorithm to reverse a stack using recursion 2017-10-01 12:39:38 +05:30
Manmeet Singh
1e99c48d4a Tower of Hanoi using Recursion 2017-10-01 00:17:23 +05:30
Michael Rolland
2d300b340a Update LowestBasePalindrome.java
Very, very minor documentation edit
2017-09-29 14:32:47 -04:00
Michael Rolland
658ed90553 Create LowestBasePalindrome.java
Algorithm for determining the lowest base in which a given integer is a palindrome.

NOTE: Has room for error, see note at line 63.
2017-09-28 21:32:55 -04:00
Oskar Enmalm
3eddef9e72 Update Abecedarian.java
Removed unnecessary println and compacted it
2017-09-29 01:04:24 +02:00
Oskar Enmalm
e416be63bb Create Abecedarian.java 2017-09-29 00:49:28 +02:00
Joseph M Pignataro
07d5d9ea6d Create Node.java
A node class to be used for the binary tree sorting algorithm. I will put up the sorting algorithm ASAP.
2017-08-21 13:35:38 -04:00
CalebConner13
fdc48cbc20 Updated syntax / whitespace 2017-08-02 14:10:09 -04:00
earngpi
6d3c8464c4 create Palindrome.java 2017-07-16 22:14:29 +07:00
KylerSmith
ae7aba0b44 File clean-up 2017-07-09 16:29:00 -07:00