Pinned Repositories
AVLTree
Contains the implementation for an AVLTree with a generic type as the key.
Calculator
Java files for a one-variable calculator. Use GitHub Pages website for documentation.
DoubleLinkedList
Contains implementation for a Double Linked List and its node.
HashTable
Contains the implementation for a basic hashtable that allows linear probing and double hashing.
IntBinarySearchTree
Contains the implementation for a Binary Search Tree that contains integers as keys.
InternshipScraper
Scrapes internships from company websites and imports them into a .csv file.
pthread_mutex_lock
Recursive-Iterative
Recursive and iterative methods that keep in mind the big-O time complexity.
ShortestPathAlgorithm
Contains implementation for an airport system that uses Dijkstra's and Prim's Algorithm's to find the shortest paths.
SortingAlgorithms
Contains implementation for a unique form of Case Western Reserve University's campus cash and customized merge sort and quick sort methods.
nikhil-jindal12's Repositories
nikhil-jindal12/pthread_mutex_lock
nikhil-jindal12/AVLTree
Contains the implementation for an AVLTree with a generic type as the key.
nikhil-jindal12/Calculator
Java files for a one-variable calculator. Use GitHub Pages website for documentation.
nikhil-jindal12/DoubleLinkedList
Contains implementation for a Double Linked List and its node.
nikhil-jindal12/HashTable
Contains the implementation for a basic hashtable that allows linear probing and double hashing.
nikhil-jindal12/IntBinarySearchTree
Contains the implementation for a Binary Search Tree that contains integers as keys.
nikhil-jindal12/InternshipScraper
Scrapes internships from company websites and imports them into a .csv file.
nikhil-jindal12/Recursive-Iterative
Recursive and iterative methods that keep in mind the big-O time complexity.
nikhil-jindal12/ShortestPathAlgorithm
Contains implementation for an airport system that uses Dijkstra's and Prim's Algorithm's to find the shortest paths.
nikhil-jindal12/SortingAlgorithms
Contains implementation for a unique form of Case Western Reserve University's campus cash and customized merge sort and quick sort methods.
nikhil-jindal12/Wege-Landlock-
Java files for the Wege (Landlock) game. Use the GitHub Pages website for the project's documentation.