Skip to content
View pranavmswamy's full-sized avatar
  • University of Southern California
  • Los Angeles, California
Block or Report

Block or report pranavmswamy

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 Loading

  1. stocks-android-app stocks-android-app Public

    Android App for Stock Trading

    Java 3 3

  2. halma-angular halma-angular Public

    Front-End to play the Halma Game - https://pranavmswamy.github.io/halma/

    TypeScript 1

  3. flashcards-android-app flashcards-android-app Public

    An Android application that makes use of CardStackView and EasyFlipView to generate flashcards.

    Java 1

  4. stocks-webapp-front-end stocks-webapp-front-end Public

    Front-End of the Stocks Web Application that displays real-time stock prices, charts and news + other functionalities - https://pranavmswamy.github.io/stocks-webapp/

    TypeScript

  5. friendship-network friendship-network Public

    This project is a case study on Social Network Analysis in Python using NetworkX, that I did in 2018. The networks depict the various network centrality measures, network cliques, shortest paths, a…

    Python 5 4

  6. knights-tour knights-tour Public

    Knight’s Tour is a sequence of valid moves of a knight on a chessboard in such a way that the knight covers all the squares on the board. This is a Hamiltonian path problem in computer science whic…

    Java