Skip to content
View itsFreddys's full-sized avatar

Block or report itsFreddys

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. Shell-mockup Shell-mockup Public

    This C program simulates a basic shell, providing a command-line interface to execute various commands.

    C

  2. Columns-Game-gui Columns-Game-gui Public

    Gui interpretation of a Columns game

    Python

  3. ds-skip-list ds-skip-list Public

    This implementation provides a SkipList data structure, a probabilistic data structure that offers efficient search, insertion, and deletion operations.

    C++

  4. ds-cuckoo-hash-word-ladder ds-cuckoo-hash-word-ladder Public

    This 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++

  5. ds-priority-queue-word-ladder ds-priority-queue-word-ladder Public

    Word 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++

  6. Movie-recommendation-using-Cosine_sim Movie-recommendation-using-Cosine_sim Public

    Movie Recommendation program that provides a recommendation of movies based on a specific movie. This program utilizes Cosine sim to produce its recommendations.

    Jupyter Notebook