Debanjan Naskar's repositories
RRTStar-Connect
RRT Star Connect path planning algorithm in work and Rospy turtle wandering through that path with the help of PID. This was originally a KRSSG task and the problem statement and the output is provided in the repo.
100-days-of-code
Fork this template for the 100 days journal - to keep yourself accountable (multiple languages available)
AutoCorrect
Implemented various spellcheck techniques like cosine similarity, jaccard similarity and levenshtein distance. Open to any further contributions.
geneticalgo
This is a genetic algorithm example in which we use OpenAI gym environment and use its cartpole function. The fitness values for each generation improves though genetic algorithm. Problem statement and output graphs provided.
Prisonergame
A Multithreaded Socket Programming on Windows. This was originally a KRSSG task. Problem statement provided.