Skip to content
View naman14310's full-sized avatar
💻
On the learning road !
💻
On the learning road !
  • MTech CSE @ IIIT Hyderabad
  • India
Block or Report

Block or report naman14310

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 100 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

  1. DataStructures_Algorithms DataStructures_Algorithms Public

    Best collection of Data Structures and Algorithms (Includes basic, advance & augmented data structures).

    C++ 4

  2. Machine_Learning Machine_Learning Public

    Best collection of machine learning & deep learning algorithms implemented from scratch using python.

    Jupyter Notebook 9 2

  3. File_Explorer File_Explorer Public

    A File explorer, which runs on terminal with simple cursor based UI. Works in Normal mode (for Navigation) and Command mode (for executing shell commands).

    C++

  4. P2P_File_Sharer P2P_File_Sharer Public

    A group based file sharing system where users can share, download files from the group they belongs to.

    C++

  5. Multiclient_ChatRoom_with_EndToEnd_Encryption Multiclient_ChatRoom_with_EndToEnd_Encryption Public

    It is a multiclient chat application in which message can be sent to an individual or a group with end to end encryption

    Python 1 1

  6. Mini_SQL_Engine Mini_SQL_Engine Public

    A mini sql engine which will run a subset of SQL queries using command line interface

    Python