hashmap-java
There are 76 repositories under hashmap-java topic.
akshayavb99/CodingNinjas_Java_DSA
Contains the solutions for the programming questions in the CodingNinjas Java+DSA course
xiaoxinxing66/Sivan_Cache
🚀 推出 SivanCacheFramework!一款轻量级、高效的 缓存框架,让 缓存操作 变得不再复杂,提升数据处理速度,为开发者节约宝贵时间。
trivago/fastutil-concurrent-wrapper
Set of concurrent wrappers around fastutil primitive maps
jmcamposdev/Java-Book-Exercises
📚 Welcome to the ☕️ code exercise repository for the Paraninfo Programming book by Alfonso Jiménez Martín and Francisco Manuel Pérez Montes (ed. Paraninfo)! 👨💻 Improve your coding skills with carefully written and commented exercises 📝, ranging from simple to complex.
dejankos/Java-HashMap-Analyser
Simple tool for hashmap analysys
TejasKoshti/Java-Console-Shopping-System
This is a simple Java console application for an online shopping system. It allows users to log in, buy products, cancel products, display all products, and log out. The application uses a HashMap to store user credentials and a separate Business Logic (BL) class to handle the buying and cancelling of products.
engineerscodes/JavaWorkSpaceHUB
My Daily Java Works
danieldotwav/Combinatorial-Sum-Validator-Dynamic-Programming
A short Java-based project that explores the problem of determining if a target sum can be achieved using elements from a given array, employing both a basic recursive approach and an optimized version using memoization
danieldotwav/Subset-Sum-Finder-Dynamic-Programming
This Java program defines two functions, howSum and improvedHowSum, to find a combination of numbers that add up to a given target sum, using a simple recursive approach and a more efficient recursive approach with memoization, respectively.
mahdeensam/Data-Structures---Word-Frequency-Analysis
The main purpose of this project is to provide you the opportunity to use your different implementations of MapSet to determine the frequencies of all the words in a given text document. The ability to identify word frequencies in a large corpus has been the basis for a number of different research projects in the digital social sciences.
robinhosz/FourStore-Team4
Design of an inventory control system for a store.
Jitendrap1702/Coding_Ninjas_JAVA_DSA
Contains the solutions for Java DSA questions, codechef long challenge and starters
samyam81/June-Leetcode
Welcome to the June LeetCode Challenge Solutions repository! This repository contains a collection of solutions to LeetCode questions that were featured in the June challenge.
shankar-01/Polynomial_calculator_hashmap_application_java
I implement this game in java to understand how physics principles are implemented through programming.
CaribbeanCool/HuffmanCode
A project for the class of Data Structures and Algorithms Spring 2023
Dilanka-S/TheGraphsGame
Contains codes of the module COMP 2003
gradder7/NewtonsSchool-bluegene-june2022
Assignments, Arena and Projects
indevi/DataStructuresAndAlgorithms
This is a self note repository to track my data structures and Algorithms
jumbuna/data-structures-algorithms-java
Implementation Of Common Data Structures And Algorithms Using Java.
martacanirome4/Grafo
Encontrar el camino en un grafo
nepenteh/ej-java-07-diccionario
Ejercicio de Java 07 (ejercicio de Java para el canal ejerciciosmesa.com)
prathamk1483/Leetcode-POTD
About This repository contains my solutions to the questions from the LeetCode Daily Problem. Each solution enhances problem-solving skills and covers various topics essential for technical interviews. Given as {date month year}.
SahandNamvar/Mini-iTunes-Apps-Rank-by-Category-App
Mini-iTunes clone using Android activities, fragments, listViews & HashMaps for data management
Shivam-Ranpise/Leetcode-Solutions
The solution of DSA problems from leetcode platform from basic to advance.
alaugks/article-annotation-key-value-pairs
Key-Value Pairs in a custom Annotation
albrud199/CP_Practice
Hello, I try to solve problems!!!
hammadhttps/Collections_java
collection in java
luislascano01/AI_VLookUp
Fuzzy matching closest neighbor hash-map backed tool for high performance multicolumn V-Look Up style operations
shivammm21/budget-app
The Budget App allows users to add expenses, track total spending, and view the remaining balance from their monthly income. Built using Flutter for the frontend and Java Spring Boot for the backend, it offers a seamless, user-friendly experience for effective financial management.
BoskoZlatanovicRAF/custom_hashmap_java
This is a custom implementation of a HashMap in Java. It provides basic functionalities such as adding, removing, and retrieving key-value pairs. The implementation uses an array of linked lists to handle collisions through chaining. The HashMap is designed to be simple and educational, demonstrating the underlying principles of how a HashMap works
guTelles16/Java_Projetos
Projetos desenvolvidos em Java, como meio de estudo e prática.
singh-aadya/Cashback-and-Rewards-Optimizer
A Java command-line based project that helps users find the best cashback rewards across payment platforms, using Dynamic Programming, HashMap, Min-Heap, PriorityQueue, and Graph algorithms to make smart, real-time savings decisions.
Sirionss/longestSubstringWithoutRepeatingCharacters
Everyday java Leetcode problem solution
yashaswiniannam05/DSA-in-Java
This repository is my personal learning journey of Data Structures and Algorithms (DSA) in Java. I keep updating it regularly with new concepts, learnings, and syntax that I learn along the way.