JavaAlgorithms/src/main/java/com/thealgorithms/datastructures
2024-08-23 14:23:16 +03:00
..
bags refactor: Bag data structure (#5340) 2024-08-17 22:31:29 +03:00
bloomfilter refactor: BloomFilter (#5325) 2024-08-15 11:30:53 +03:00
buffers style: enable NeedBraces in checkstyle (#5227) 2024-06-13 21:00:16 +02:00
caches refactor: LFUCache (#5369) 2024-08-23 14:23:16 +03:00
crdt style: enable MemberName in checkstyle (#5193) 2024-05-29 20:44:14 +00:00
disjointsetunion Enhancing DisjointSetUnion data structure (#4366) 2023-09-10 22:30:35 +05:30
dynamicarray refactor: DynamicArray (#5346) 2024-08-19 11:15:47 +03:00
graphs refactor: Dijkstra algorithm (#5329) 2024-08-16 17:55:42 +03:00
hashmap style: include RV_ABSOLUTE_VALUE_OF_HASHCODE (#5273) 2024-07-02 22:47:35 +03:00
heaps chore: improve FibonacciHeap (#5251) 2024-06-24 16:42:29 +08:00
lists style: enable InvalidJavadocPosition in checkstyle (#5237) 2024-06-18 19:34:22 +02:00
queues refactor: LinkedQueue (#5352) 2024-08-21 20:39:09 +03:00
stacks refactor: StackArrayList (#5356) 2024-08-21 14:00:05 +03:00
trees chore: fix some comments (#5333) 2024-08-16 20:19:15 +03:00
Node.java Make DFS and BFS search algorithms generic (fixes #4229) (#4230) 2023-08-13 11:59:26 +05:30