Program Structure and Algorithms
-
Updated
Dec 11, 2017 - Java
Program Structure and Algorithms
==> I made this repository to post my code and document my progress while Learning data structures and algorithms concepts in this repository, I covered the complete data structures and algorithms
Critbit tree for JRuby
Hash table construction algorithm
This is a simple Group Messenger built on Android which handles failures on one or more emulators
A sample of my work from CS 3345 (Data Structures and Introduction to Algorithmic Analysis) at the University of Texas at Dallas.
Java-based restaurant management simulation involving menu, stock, transactions, and guest seating. Utilizes hash tables, linked lists, queues, and OOP principles. Features include menu and stock management, order processing, donations, and transaction recording.
This project implements Ordered Linear Probing (OLP) and Quadratic Probing (QP) for collision resolution in hash tables, supporting soft deletion, hard deletion, and auto-resizing with prime number capacities for optimal performance.
Add a description, image, and links to the hash-tables topic page so that developers can more easily learn about it.
To associate your repository with the hash-tables topic, visit your repo's landing page and select "manage topics."