Meghashyam Chirravoori's repositories
snake-game
A simple desktop snake game
algo-and-ds-problems-hackerrank
My solutions to some Hacker Rank problems organized by topic.
book-ratings
Shows Goodreads and Library Thing ratings of a book
algo-and-ds-problems-interviewbit
Enjoyed solving these problems on InterviewBit.com as I learnt more about practically applying various algorithms and using different data structures..
auth
An authentication sample
calorie-insights
CLI to gain insights from a calorie counter CSV file.
country-incomes
A CLI app to project incomes from one country to another (WIP)
go-algo-and-ds-problems
Some practice problems from interviewbit.com and a few other sources (like my head) that I solved in Go.
shellapi
A REST API to run shell commands
bank-search-rest-api
A simple rest api that allows searching through an Indian banks database
cowin-alerts
Sends a Pager duty alert when vaccines on the Cowin website are available for a given list of center codes
first-practice-projects-go
My first ever practice project(s) in Golang
hangman
A CLI based 'hangman' game
letschat-server
A simple one-on-one chat program (work in progress)
pong-with-mcts-and-ppo
Comparing the performance of an RL algorithm (PPO) with an algorithm that combines PPO and MCTS - in training an agent to play Simple/Complex pong games.
practice-projects-as-part-of-edx-courses
I coded these as part of the courses 'Data Abstraction' and 'Object Oriented Design' on Edx (from the University of British Columbia)
practice-projects-in-dr-racket
Dr Racket is a functional programming language. I wrote some fun programs in it as I pursued the courses 'How to Code: Simple Data' and 'How to Code: Complex Data' on Edx
projects-part-of-alogrithms-I-coursera
Worked on these as part of the course 'Algorithms 1' (Princeton University) on Coursera
python-exercises
Solutions to a few Python algorithms and data structures problems and other exercises (eg. minor refactoring problems) sourced from interviewbit.com and other sources.