Skip to content
View Shubhk21's full-sized avatar
  • charlotte
  • 05:32 (UTC -12:00)

Block or report Shubhk21

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Geometry-War Geometry-War Public

    Simple game made using C++ (SFML) which uses ECS game architecture built from scratch. Give a try and let me know if there is need for any updates.

    C++ 1

  2. WeChatServer WeChatServer Public

    WeChat Server

    C++ 1 1

  3. Fast-Fourier-Transform Fast-Fourier-Transform Public

    I have used FFT to multiply two polynomial equations efficiently.

    Python

  4. Path-Finding Path-Finding Public

    This project uses A star and Dijkstras algorithm to find the shortest path in grid. It's optimized using pre computed huristic function for A*.

    C++

  5. Recommendation-System Recommendation-System Public

    This project explores multiple recommendation system techniques using the MovieLens 100k dataset. The goal is to analyze user-movie interactions and build intelligent systems that can suggest relev…

    Jupyter Notebook

  6. Viterbi Viterbi Public

    Python implementation of Part-of-Speech tagging using the Viterbi algorithm with transition and emission matrices.

    Python