Skip to content
View akshajuppala's full-sized avatar

Block or report akshajuppala

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

Popular repositories Loading

  1. COVID19DataAnalysis COVID19DataAnalysis Public

    The assignment is to use a C++ map data structure (and other data structures if needed) to input and analyze daily reports surrounding the Covid-19 virus.

    C++ 1

  2. cs-beginning cs-beginning Public

    The beginner level stuff for python

    Python

  3. javaBasics javaBasics Public

    I have started learning java as a hobby during my Summer 2020. This project that I have developed during this time is the simulation of a real-life coffee making machine.

    Java

  4. SpamMail SpamMail Public

    A C++ program to weed out the spam mails received by a user based on the given list of spam mails

    C++

  5. Symtable Symtable Public

    Creating the matrix data structure using other basic data structures and defining all the functions required for the matrix. The program is also tested using the provided test.cpp files.

    C++ 1

  6. MapNavigation MapNavigation Public

    We’re all familiar with navigation apps. We can perform the back-end operations of loading the map, building the graph, and computing the shortest weighted path between two points. In our case we’r…

    C++