Skip to content
View shivratangupta's full-sized avatar

Organizations

@Team-Afro-Dog
Block or Report

Block or report shivratangupta

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. FoolMind FoolMind Public

    Designed and developed a back-end quiz web application using Spring Boot, Hibernate, postgreSQL, Flyway where every user tries to fool other user by giving the similar answer. Here user can login a…

    Java 1

  2. Splitwise Splitwise Public

    Designed a command line interface where multiple users can create, add, update and divide their expenses within themselves.

    Java

  3. Flask_Blog Flask_Blog Public

    Designed and developed a functionality-rich blogging web app using flask microframework. Implemented user sessions, email confirmation and secure login activities using Flask-Login, Flask-Mail. Des…

    HTML

  4. Algorithm Algorithm Public

    A personal project to solve similar problems using various algorithms for performance comparison. For path finding and search problems, implemented algorithms like BFS, DFS, A* and Dijkstra. For va…

    C++ 1

  5. GeeksForGeeks-Practice-Solutions GeeksForGeeks-Practice-Solutions Public

    This repository consist of C++ solutions for various problem of GeeksForGeeks algorithmic problems.

    C++ 2 6

  6. Sudoku Sudoku Public

    Designed and implemented the classic 9x9 Sudoku Game in C++. Also implemented a Sudoku Solver to provide vs CPU experience. Optimized the board generator for time complexity.

    C++