Ishkhanants /
java-avl-treeset
Custom implementation of self-balancing binary search tree (BST) with AVL algorithm.
31/100 healthLoading repository data…
sherxon / repository
Implementation of Algorithms and Data Structures, Problems and Solutions
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.
English | 简体中文
This is the collection of Algorithms, Data Structures and Interview Questions with solutions. This repository contains my solutions for common algorithmic problems and implementation of Data Structures in Java. I've created this repository to learn about algorithms. I am adding solutions continuously.
Algorithms, Data Structures and more than 300 Problems and Solutions are provided so far.
Here are questions divided by difficulty level:
Selected from shared topics, language and repository description—not editorial ratings.
Ishkhanants /
Custom implementation of self-balancing binary search tree (BST) with AVL algorithm.
31/100 healthtarunsharma1 /
This java project uses data structures like Binary Search Trees, Linked Lists, Priority Queues etc. and implements Huffman coding algorithm , to achieve a maximum compression rate of 46%. Code efficiency for big text files has been kept in mind and by the use of classes such as StringBuffer etc. , a file of size 50mb can be compressed in a mere 180 seconds.
44/100 healthjavadnazirli /
Implementation of core data structures and algorithms in Java, including Linked List, Stack, Queue, Hash Table, Heap, Binary Search Tree, Graph and etc.
ydv-kanchan /
This repository contains implementations of core algorithms and data structures in Java. It includes topics such as sorting, searching, recursion, dynamic programming, graph algorithms, greedy methods, hashing, trees, heaps, and more. The aim is to practice algorithm design, analyze complexities, and strengthen problem-solving skills for intervie
39/100 healthimShubh03 /
Explore a collection of data structures and algorithms, mainly in C++ with some Java! 🚀📊 Find clear explanations, test cases, and solutions from brute to highly optimized approaches .Each implementation contains a code example with the main function for easy testing🧑💻🔍 Contributions are welcome! 🎉📚✨
57/100 healthemilyxietty /
This is a project that I created this past year for my Data Structures and Algorithm course. The purpose of this project is to demonstrate an understanding of ordered dictionaries. A binary search tree is created to implement an ordered dictionary that can easily perform user inputted commands.
28/100 health