Pinned Repositories
0.3.1-team-2
Gazel
1st_Year_Post_workshop_guide
I'll be updating it with additional info throughout the sem. Keep an eye on it. As of now, start with book 1 and read till chapter 12, after that, switch to book 2.
ADIP
Slides and PDFs of the course on Advanced Digital Image Processing
ai61002s19
aima-python
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
alarm_clock_c-
It is an alarm clock made in c++ using ctime library
algorithms
Repository to keep important algorithms.
ardupilot
ArduPlane, ArduCopter, ArduRover source
Grand-Viva-2020
Apes together strong \m/
hungarian-algorithm-cpp
A C++ wrapper for a hungarian algorithm implementation
Biswajitghosh98's Repositories
Biswajitghosh98/hungarian-algorithm-cpp
A C++ wrapper for a hungarian algorithm implementation
Biswajitghosh98/algorithms
Repository to keep important algorithms.
Biswajitghosh98/awesome-competitive-programming
:gem: A curated list of awesome Competitive Programming, Algorithm and Data Structure resources
Biswajitghosh98/bebop_joystick
Simple joystick package for the Parrot Bebop drone using ROS and a generic USB joystick controller.
Biswajitghosh98/Convex-Hull
Implementation of Chan's Algorithm, along with implicit Graham Scan Algorithm, for computing Convex Hull for integer lattice points in a 2-D plane
Biswajitghosh98/cs224n-winter17-notes
Course notes for CS224N Winter17
Biswajitghosh98/DecisionTree_ID3
An C++ Implemention of Decision Tree ID3 Algorithm