Data Structures and Algorithms implementation in Java.
-
Updated
Mar 21, 2026 - Java
Data Structures and Algorithms implementation in Java.
Fast & memory efficient hash tables for Java
Implementation of core data structures and algorithms in Java, including Linked List, Stack, Queue, Hash Table, Heap, Binary Search Tree, Graph and etc.
Algorithms and data structures implemented in Java
Daily Data Structures & Algorithms practice in Java | Step-by-step problem solving with explanations & solutions.
This DSA Learning Repository is designed to help you learn Data Structures and Algorithms (DSA) in a structured way, categorized by topics and difficulty levels. It contains detailed explanations, code examples, and problem sets to improve your understanding and practical skills in DSA.
Tabelas de Dispersão e Árvores. Algoritmos e estuturas de dados.
custom DS implementation with speed/memory profiling and benchmarking
🔑 This repository focuses on hash tables and priority queues, highlighting their use in text analysis, word stats generation, and managing a movie review user database. It includes techniques for efficient text tokenization, word frequency analysis, prioritized data handling, and more!
Data structure and Algorithms, Java workouts ,Problem Solving questions and solutions.(Repository contains major Graph alogirthms like Bellmanford algo,Prim's ,Dijkstra's algorithm).
A comprehensive collection of Data Structures and Algorithms problems solved in Java, differentiated by topics and difficulty levels. This repository serves as a learning resource and reference for coding interview preparation.
Java implementations of advanced data structures and algorithms: Indexable Skip List with Rank/Select, universal hash functions (Carter–Wegman, DHKP), hash tables (chaining & linear probing), and a custom ADT design with efficient operations. Includes experimental analysis of performance under different load factors.
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
Trabalhos, Projetos, Exercícios e aulas realizados em Java na cadeira de Algoritimos e estrutura de dados 1, matéria do segundo semestre.
Data analysis of lung cancer responses using custom built hash table
👨💻 DSA Related Codes like ADTs, Searching and Sorting Algos
Must the length of a hash table be a prime number to reduce collisions?
Add a description, image, and links to the hashtable topic page so that developers can more easily learn about it.
To associate your repository with the hashtable topic, visit your repo's landing page and select "manage topics."