Pinned Loading
-
Shell-mockup
Shell-mockup PublicThis C program simulates a basic shell, providing a command-line interface to execute various commands.
C
-
-
ds-skip-list
ds-skip-list PublicThis implementation provides a SkipList data structure, a probabilistic data structure that offers efficient search, insertion, and deletion operations.
C++
-
ds-cuckoo-hash-word-ladder
ds-cuckoo-hash-word-ladder PublicThis program implements a breadth-first search algorithm to find the shortest word ladder between two given words. It uses my custom hash table, WordSet, to efficiently check word validity and expl…
C++
-
ds-priority-queue-word-ladder
ds-priority-queue-word-ladder PublicWord ladder program implements a breadth-first search algorithm to find the shortest word ladder between two given words. It uses my custom queue, WordSet, to efficiently extract next word that fit…
C++
-
Movie-recommendation-using-Cosine_sim
Movie-recommendation-using-Cosine_sim PublicMovie Recommendation program that provides a recommendation of movies based on a specific movie. This program utilizes Cosine sim to produce its recommendations.
Jupyter Notebook
If the problem persists, check the GitHub status page or contact support.