Skip to content
View anshugupta27's full-sized avatar

Block or report anshugupta27

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
anshugupta27/README.md

Pinned Loading

  1. Cryptography Cryptography Public

    Here we encrypt and decrypt a message using IEEE paper: Security using colors and Armstrong Numbers for providing secure communication between end users.

    Java 1 1

  2. Student-List-Management-System Student-List-Management-System Public

    It stores student information in a trie data structure which makes search, insertion and delete queries fastest possible. It also has an auto recommendation feature based on every letter written by…

    C++ 1 1

  3. Take-u-Forward-SDE-Sheet Take-u-Forward-SDE-Sheet Public

    1 1

  4. My-Shopping-Mall My-Shopping-Mall Public

    Forked from rko2708/My-Shopping-Mall

    Implementation of an online store where we have a cart in which items can be added and bills can be generated. Multithreading is used to serve many users simultaneously.

    Java

  5. to-do-list to-do-list Public

    Forked from rko2708/to-do-list

    It is a web-application in the category of task management, project management, productivity, getting things done(GTD), scheduling and collaboration. We have choices for adding new tasks and also d…

    JavaScript

  6. LRU_Cache_project LRU_Cache_project Public

    A linked list + hashtable of pointers to the linked list nodes is the usual way to implement LRU caches. This gives O(1) operations (assuming a decent hash).

    C++ 1 1