- π Iβm spending my time learning many new skills (see below) and practicing competitive programming. In addition, I've been participating in hackathons which have been a lot of fun π! I love the experience of working with a team to develop some final product.
- π± Iβm currently learning full stack development and machine learning. Both these topics are super interesting and frankly out of my comfort zone. (Most of my coding experience is in competitive programming). I hope to apply these skills in hackathons and my own personal projects.
- π― Iβm looking to collaborate on hackathons, start-ups (including tutoring), and any projects that could use my skill set or algorithmic problem solving π§ .
- π Accomplishments: I'm currently in the USACO Gold division, and an "Expert" in Codeforces. Additionally, I tutor students in python and c++, and I have created a few winning hackathon projects.
- π« How to reach me: Β Β Β
- β‘ Fun fact: I enjoy to ski πΏ and roller skate in my free time.
Below is categorized list π of all my repositories and gists.
Competitive Programming
- USACO: USACO solutions and training resources
- Codeforces: Codeforces solutions for contests and practice
- MetaHackerCup: Meta Hacker Cup solutions, practice, and certificates
- AlphaStar-Ada: Alphastar Ada master course CC39-21 - Covers several different CP competitions
- AlphaStar-PlatinumB: AlphaStar Platinum Part B - course number CC51B
- AlphaStar-PlatinumA: AlphaStar Platinum Part A - course number CC51A
- AtCoder: AtCoder submissions, solutions, and practice
- AlphaStar-GoldBooster: Alphastar gold booster (course number CC44)
- IOI: Practice solutions to IOI problems
- StarLeague-Part2: Starleague USACO gold part 2 class
- StarLeague-Part1: Starleague USACO gold part 1
Hackathons
- Space-Query: Honorable mention for HTHS 2022 hackathon - Answer outerspace related questions using NLP
- WaffleHacks: 2022 waffle hacks hackathon - Locate nearby restaurants suitable for a given dietary restriction
- Save-the-Food: Merge Hacks 2022 - Track and donate unused food
- LaunchHacks: Launch hacks 2022 hackathon - Manage, maintain, and simulate the growth a one's finances
Classes
- PACT-Group-2: Approximation and randomized algorithms - PACT group 2 with Dr. Rajiv Gandhi
- StormingRobots: Storming Robots CS track with Ms. Mabrey
- C-plus-plus: Storming Robots level V - learning new and old standards of C++
- PACT-Group-1: Theoretical Computer Science - PACT group 1 with Dr. Rajiv Gandhi
Online Courses
- MLSpecialization: Stanford's 3 part machine learning specialization with Andrew Ng
- PrincetonAlgorithms: Coursera Princeton Algorithms course part 1 and 2, equivalent to COS 226
- Duke-MySQL: Duke's Big Data with MySQL coursera
- AlgoTheoryMachine: Coursera's Computer Science: Algorithms, Theory, and Machines by Princeton
- AndrewNgML: Coursera's Machine Learning course with Stanford University, similar to Stanford's CS229
Personal Projects
- MovieLensDataAnalysis.ipynb: Exploratory Data Analysis of the Movie Lens Dataset
- MathExpression.py: Evaluate a math expression with order of operations
- IPEDS_Analysis.ipynb: Analyzing the IPEDS dataset
- 2048: Play a visual 2048 game using front end languages (incomplete)
- SudokuSolver.cpp: Solve any sudoku board through a brute force filling algorithm
- PasswordManager: Store and fetch (manage) all password using one universal password (incomplete)
Arbitrary
- PythonClass: Lecture notes for my python tutoring
- asubramanian08: This repos π - README profile
- AP-CSA: Preparations for my 5 on AP-CSA
- Algorithms: Implementations for numerous algorithms