184 Commits

Author SHA1 Message Date
60a0c23544 Fix Circular linked list (#2598) 2021-10-16 16:31:24 +03:00
99362e2646 Add Vertical Order Traversal (#2585) 2021-10-14 17:33:51 +03:00
ad81d0ef45 Add Circular Queue (#2528) 2021-10-12 09:33:10 +03:00
4d06c5f6ba Add remove duplicate nodes from a sorted linked list algorithm (#2452) 2021-10-12 08:19:21 +03:00
e118abdeca Add ceil value in a Binary Search Tree (#2399)
Co-authored-by: Amit Kumar <akumar@indeed.com>
2021-10-10 08:49:22 +03:00
3184ae086f Add Readme.md for Heap Data Structure (#2440) 2021-10-09 11:48:07 +03:00
781a00c4d7 Add README for Trees (#2422) 2021-10-08 19:50:57 +03:00
d9f97fd2ff Add README for lists (#2421) 2021-10-08 19:47:36 +03:00
9300a4e0f8 Add what is Cursor Linked List (#2407) 2021-10-08 19:38:08 +03:00
9b38ecdfa6 Fix typos #2352 (#2382) 2021-10-08 19:32:34 +03:00
f6f12c0d81 Improve readme for stack (#2385) 2021-10-08 19:17:58 +03:00
d93492b2d8 Add Lowest Common Ancestor of two vertices in a tree (#2380) 2021-10-07 21:25:00 +03:00
cdbcb5ec98 Add README.md for Queue (#2483) 2021-10-06 14:15:45 +03:00
cfdd9a428b Replace html syntax by markdown equivalent (#2500) 2021-10-06 08:41:29 +03:00
db85993d0e Add Dijskstra's Algorithm (Fixes #2470) (#2476) 2021-10-05 16:16:28 +03:00
3602904966 Implement MinMax solution using Stack (#2482)
Co-authored-by: sahil.samantaray <sahil.samantaray@nymble.in>
2021-10-04 21:02:18 +03:00
f622e7c7f7 Add Readme.md for HashMap data structure #2445 (#2449) 2021-10-03 12:52:53 +03:00
654aec92b0 Add Kahn's algorithm for topological sorting of a graph (HacktoberFest2021) (#2347) 2021-10-01 08:44:04 +03:00
b5f4ab282a Detect a loop in linked list (#2346)
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
2021-10-01 08:39:38 +03:00
dfe189b21f Resolve build errors & cleanup structure (#2334) 2021-09-26 12:26:59 +03:00
01179a3de6 create Readme.md for stacks (#2279)
* create Readme.md for stacks

* Update README.md

Co-authored-by: Yang Libin <contact@yanglibin.info>
2021-08-23 11:07:33 +08:00
44dfbed43a Formatted with Google Java Formatter 2021-07-15 14:03:52 +00:00
d3a6ba2437 fix #2251 (#2252) 2021-07-15 22:03:07 +08:00
02fab665de fixed typo vertes to vertex Fixes: #{$2189} (#2190) 2021-04-18 18:02:48 +08:00
6dd5b2029e Formatted with Google Java Formatter 2021-04-09 14:19:34 +00:00
0550711a3e Update CountSinglyLinkedListRecursion.java (#2170)
Only method comment for public recursive method.
2021-04-09 22:18:51 +08:00
5f59cd85d6 Formatted with Google Java Formatter 2021-03-26 11:27:48 +00:00
67cb97df82 Fix 2D array passed to Arrays.fill() (#2010)
Arrays.fill() accepts single dimensional arrays, so fill one row at a time.

Fixes TheAlgorithms/Java#2009
2021-03-26 19:27:16 +08:00
912be910c8 Fixed Spelling error. See issue #2055 (#2083)
Corrected 'distance' spelling in line 51.
2021-02-03 19:23:10 +08:00
d1e75019a7 FIXES: #2056 (#2085)
Fixed typo
2021-02-03 19:21:02 +08:00
be8432c38e Fixes: #2057 (#2086)
Fixed typo
2021-02-03 17:02:25 +08:00
95484f8c89 update SinglyLinkedList (#2058) 2020-12-01 09:33:06 +08:00
7137ac0164 Format with google formatter 2020-10-27 11:23:46 +08:00
6faa2e31f2 infix to postfix 2020-10-27 11:07:01 +08:00
0db62bb450 Formatted with Google Java Formatter 2020-10-24 10:31:42 +00:00
5d59a2e828 Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
3b19b12f03 fixed build error 2020-10-24 16:33:40 +08:00
afddfd02d5 Add comment above parameterised constructor 2020-10-01 21:21:56 +05:30
e003f9a2de get element at special index 2020-09-22 11:58:41 +08:00
cc0e3510e2 search in singly linked list using recursion 2020-09-22 11:23:45 +08:00
e98693b140 search element 2020-09-22 11:09:19 +08:00
093cc37806 count singly linked list using recursion 2020-09-22 11:06:57 +08:00
26cd941143 * Update SinglyLinkedList
* Refactor MergeSortedSinglyLinkedList to single file
* Create Problem09 and Problem10 in Project Euler
2020-09-22 09:47:09 +08:00
89ae3d5dec Updated StackArrayList 2020-09-14 20:18:54 +08:00
1b09878aaf update Stack 2020-08-27 20:24:00 +08:00
b7a05621e5 Merge pull request #1422 from rbshealy/master
Add dynamic hash table functionality
2020-08-26 09:30:49 +08:00
75480d44bf Tests added for BST DataStructures 2020-08-18 21:03:31 +05:30
Ray
ed1273a35d Add dynamic hash table functionality 2020-08-17 19:22:32 -04:00
efdd1ddd42 DS: Binary Search Tree added Closes #1420 2020-08-17 15:48:52 +05:30
ee11fcafd9 Merge pull request #1410 from rnitish/master
Added insert element by index and clearList to DoublyLinkedList.java
2020-08-17 08:21:54 +08:00