Commit Graph

121 Commits

Author SHA1 Message Date
Hardik Pawar
6545688555 Enhance docs, add tests in CircularQueue (#6015) 2024-10-26 06:18:56 +00:00
Hardik Pawar
3a30e48315 Enhance docs, add tests in MinPriorityQueue (#5986) 2024-10-26 06:01:27 +00:00
Hardik Pawar
6684a6993e Enhance docs, add tests in StackOfLinkedList (#6021) 2024-10-26 08:58:11 +03:00
Giulio Tantaro
131e5381be Add tests Generic Heap and add check null item (#5801) 2024-10-25 17:56:54 +00:00
Hardik Pawar
202879aa58 Enhance docs, add tests in CircleLinkedList (#5991) 2024-10-25 15:16:34 +00:00
Hardik Pawar
c766c5e812 Enhance docs, remove main, add tests in `CountSinglyLinke… (#5992) 2024-10-25 15:10:15 +00:00
Hardik Pawar
f3e0900d2b Enhance docs, add tests in CursorLinkedList (#5994) 2024-10-25 15:01:06 +00:00
Hardik Pawar
3a8b04afea Enhance docs, add tests in MergeKSortedLinkedList (#5995) 2024-10-25 14:49:55 +00:00
Hardik Pawar
cd87dc3877 Enhance docs, add tests in CreateAndDetectLoop (#5993) 2024-10-25 14:39:17 +00:00
Hardik Pawar
c8e9e748b2 Enhance docs, remove main, add tests in `MergeSortedArray… (#5996) 2024-10-25 14:33:40 +00:00
Hardik Pawar
fed2d4b5ef Enhance docs, remove main, add tests in `MergeSortedSingl… (#5997) 2024-10-25 14:25:55 +00:00
Hardik Pawar
6f489e5704 Enhance docs, add tests in QuickSortLinkedList (#5998) 2024-10-25 17:20:59 +03:00
Hardik Pawar
0feb416188 Enhance docs, add tests in Kruskal (#5967) 2024-10-24 05:41:55 +00:00
Hardik Pawar
578e5a73df Enhance docs, add more tests in Kosaraju (#5966) 2024-10-24 05:38:08 +00:00
Hardik Pawar
13be2501c2 Enhance docs, add tests in KahnsAlgorithm (#5965) 2024-10-24 05:29:16 +00:00
Hardik Pawar
3a9a2c4160 Enhance docs, add more tests in HamiltonianCycle (#5963) 2024-10-24 05:22:24 +00:00
Hardik Pawar
1b51e3e988 Enhance docs, add more tests in JohnsonsAlgorithm (#5964) 2024-10-24 08:18:12 +03:00
Hardik Pawar
be0b1d58d6 Enhance docs, add more tests in LFUCache (#5949) 2024-10-23 18:21:03 +00:00
Hardik Pawar
b64e53cd3d Enhance docs, add more tests in LRUCache (#5950) 2024-10-23 18:16:19 +00:00
Hardik Pawar
520e46443e Enhance docs, add more tests in FordFulkerson (#5953) 2024-10-23 18:07:04 +00:00
Hardik Pawar
4f7957ff14 Enhance docs, add more tests in DynamicArray (#5952) 2024-10-23 18:00:38 +00:00
Hardik Pawar
d868982a72 Enhance docs, add more tests in MRUCache (#5951) 2024-10-23 13:35:26 +03:00
Hardik Pawar
8db9d10748 Enhance docs, add more tests in BloomFilter (#5948) 2024-10-23 07:07:14 +00:00
Hardik Pawar
730eb5a5f6 Enhance docs, add more tests in Bag (#5947) 2024-10-23 07:01:26 +00:00
Hardik Pawar
f1aceea732 Enhance class & function documentation in CircularBuffer.java (#5582) 2024-10-15 14:37:35 +03:00
Piotr Idzik
8886e0996a style: include OCP_OVERLY_CONCRETE_PARAMETER (#5833) 2024-10-14 23:46:28 +03:00
Saahil Mahato
ac65af44c9 Add Johnson's algorithm (#5712) 2024-10-12 10:44:41 +03:00
Sailok Chinta
e263edcfe0 Add QuadTree data structure (#5681) 2024-10-12 10:23:41 +03:00
xuyang471
48c65e4c5e Add boundary traversal of binary tree (#5639) 2024-10-09 19:50:30 +00:00
Albin Sabu
403649d404 Update CreateAndDetectLoop with tests (#5561) 2024-10-09 05:47:47 +00:00
Hardik Pawar
d437d581f4 Remove print & main methods (#5584) 2024-10-08 21:07:46 +03:00
Hardik Pawar
9fb8192356 Add QueueByTwoStacks algorithm (#5623) 2024-10-08 00:24:57 +03:00
Sailok Chinta
5dcf6c0f29 Enhance Trie data structure with added methods and tests (#5538) 2024-10-07 21:11:55 +00:00
Hardik Pawar
62144f61af Add tests for AStar.java, enhance documentation (#5603) 2024-10-07 19:25:48 +03:00
Hardik Pawar
387707ffe5 Refactor BipartiteGraphDFS.java, add Junit tests (#5606)
* Refactor `BipartiteGraphDFS.java`, add Junit tests

* Update directory

* Fix

* Add suggested changes

* Update BipartiteGraphDFS.java

---------

Co-authored-by: Hardvan <Hardvan@users.noreply.github.com>
Co-authored-by: Alex Klymenko <alexanderklmn@gmail.com>
2024-10-07 14:31:13 +03:00
ShreeHarish
4008e4967c Add treap class (#5563) 2024-10-06 10:01:54 +03:00
Hardik Pawar
ce34595628 Improve TrieImp.java comments & enhance readability (#5526) 2024-10-05 12:47:52 +03:00
Muhammad Junaid Khalid
d436910ac4 Sorted Linked List Added (#5519)
* Sorted Linked List added with Javadoc and tests

* "Added comments to SortedLinkedList.java to describe the implementation and provide a reference link."

* Upgraded test from junit 4 to junit 5

* Added space before braces of functions

* Rename SortedlinkedListTest.java to SortedLinkedListTest.java

* made to string null safe

* Updated tail

* "Added assignment of `this.tail` to `newNode` in `SortedLinkedList` class."

* Remove assertions for minValue and maxValue in empty list test

* tried to get link updated

* "Fixed whitespace and formatting issues in SortedLinkedList.java and SortedLinkedListTest.java"

* formatting of test file corrected

* Removed few whitespaces

* Addressed comments by alxkm

* "Updated toString method to include brackets and removed default Node constructor."

* tests updated
2024-10-03 08:58:22 +03:00
Tarun Vishwakarma
e493eb2958 Add Edmonds Blossom Algorithm (#5471) 2024-10-02 18:04:01 +00:00
SOZEL
a5b083cab0 Add SplayTree (#5142) 2024-09-01 23:25:34 +03:00
Alex Klymenko
b0de93b3ce refactor: change packages (#5430)
* refactor: change package

* refactor: fix name

---------

Co-authored-by: alxkm <alx@alx.com>
2024-08-30 11:58:24 +02:00
Alex Klymenko
a23e9b0ba8 refactor: HashMap (#5426)
* refactor: HashMap

* checkstyle: fix formatting

* refactor: remove redundant comments

---------

Co-authored-by: alxkm <alx@alx.com>
2024-08-28 22:29:24 +02:00
Alex Klymenko
45563ccbde test: CircleLinkedListTest (#5422)
* test: CircleLinkedListTest

* checkstyle: fix formatting

---------

Co-authored-by: alxkm <alx@alx.com>
2024-08-28 18:31:39 +02:00
Alex Klymenko
a6fcbf585f test: LinkedListStackTest (#5366) 2024-08-23 14:28:47 +03:00
Alex Klymenko
5149051e95 refactor: LinkedQueue (#5352) 2024-08-21 20:39:09 +03:00
Alex Klymenko
39ecf70857 refactor: GenericArrayListQueue (#5355) 2024-08-21 16:55:36 +03:00
Alex Klymenko
4c65530722 refactor: StackArrayList (#5356) 2024-08-21 14:00:05 +03:00
Alex Klymenko
a03353d3d3 refactor: Deque (#5353) 2024-08-21 13:39:01 +03:00
Alex Klymenko
e756a7d2d5 refactor: CircularQueue (#5354) 2024-08-21 13:26:21 +03:00
Alex Klymenko
f5c0314111 refactor: StackArray (#5349) 2024-08-20 13:10:18 +03:00