Skip to content
View rahul1947's full-sized avatar
👨‍💼
At Work
👨‍💼
At Work
Block or Report

Block or report rahul1947

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Implementation-of-Data-Structures-and-Algorithms Implementation-of-Data-Structures-and-Algorithms Public

    Implementation of data structures (Lists, Stacks, Queues, Trees, Balanced Search Trees, Hashing, Graphs); Implementation of algorithms (Sorting and searching, Recursion, Graph algorithms).

    6

  2. LP3-Multidimensional-Search-MDS-Implementation LP3-Multidimensional-Search-MDS-Implementation Public

    Implementation of MDS for a website seller (like Amazon), having thousands of Products (each with its own ID, Price, Description). Organizing data into a TreeMap (Red-Black Tree), used HashMap, and…

    Java 3 1

  3. SP07-Comparison-of-Hashing-Implementations SP07-Comparison-of-Hashing-Implementations Public

    Comparison of Hashing Algorithms - Double Hashing, Robin Hood Hashing Cuckoo Hashing with Java's inbuilt HashMap/ HastSet over million of add(), contains() and remove() operations.

    Java 10 3

  4. SP08-Depth-First-Search SP08-Depth-First-Search Public

    Implementation of Depth First Search algorithm for a Directed Acyclic Graph, Connected Components and Topological Orderings using rbk/Graph.java.

    Java 3

  5. ML-A03-K-Means-Clustering-Algorithm ML-A03-K-Means-Clustering-Algorithm Public

    Implementation of K-Means Clustering Algorithm for Assignment 03 of the course CS6375: Machine Learning.

    Java

  6. Logic-Programming Logic-Programming Public

    Logic Programming using Prolog.

    Prolog 4 3