Implementations of core data structures and algorithms in Java and Python, including BST, AVL trees, HashMap, BFS/DFS, and sorting.
42/100 healthLoading repository data…
Loading repository data…
javadnazirli / repository
Implementation of core data structures and algorithms in Java, including Linked List, Stack, Queue, Hash Table, Heap, Binary Search Tree, Graph and etc.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview is not available for this repository.
Selected from shared topics, language and repository description—not editorial ratings.
Implementations of core data structures and algorithms in Java and Python, including BST, AVL trees, HashMap, BFS/DFS, and sorting.
42/100 healthsimox180 /
Java implementations of core algorithms and data structures, including linked lists, hash tables, BSTs, sorting, heaps, dynamic programming and graph algorithms.
59/100 healthJustinZoto /
Custom Java implementations of core data structures and graph algorithms including BSTs, Hash Maps, Heaps, and Graph Traversals.
GnaneswarK /
Custom implementations of core Data Structures and Algorithms in Java without using built-in Java classes. Covers Arrays, Linked Lists, Stacks, Queues, Binary Trees, BST operations, Recursion, Sorting, Searching, and more. Ideal for DSA practice and learning fundamentals by building from scratch.
27/100 healthPrakhar2003kt /
Java DSA Collection: Curated implementations of core data structures and algorithms in Java. Topics include arrays, strings, sorting, recursion, backtracking, linked lists, stacks, queues, trees, and BSTs.
34/100 healthdosteeve2-hash /
Java implementation of a Binary Search Tree (BST) with core operations such as insertion, deletion, search, and tree traversals (inorder, preorder, postorder). Designed to demonstrate data structures, recursion, and algorithmic thinking.
22/100 health