41
edits
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
== E: Coding experience == | == E: Coding experience == | ||
* I have | * I have strong knowledge of C++ and have done many projects based on it. | ||
* I have used Octave and Scilab as a part of college curriculum. Used it for an audio filtering based project. | * I have used Octave and Scilab as a part of the college curriculum. Used it for an audio filtering based project. | ||
* I have a good knowledge of Python, JavaScript. | * I have a good knowledge of Python, JavaScript. | ||
* I have experience using Postgresql for database management. | * I have experience using Postgresql for database management. | ||
Line 21: | Line 21: | ||
* My previous projects: I had worked on a line-following bot that can solve complex mazes. My task was: | * My previous projects: I had worked on a line-following bot that can solve complex mazes. My task was: | ||
**To store the detected nodes in a maze in a structured manner. | **To store the detected nodes in a maze in a structured manner. | ||
**Ensure minimum search time for real time computation. | **Ensure minimum search time for real-time computation. | ||
**Ensure minimum space as the on-chip ROM was low | **Ensure minimum space as the on-chip ROM was low | ||
**Implement Dijkstra's algorithm to find the shortest path in maze | **Implement Dijkstra's algorithm to find the shortest path in a maze | ||
*I have also worked on many other projects. Find them on | *I have also worked on many other projects. Find them on GitHub [https://github.com/Vishnuparammal] | ||
* Bugs solved: I have submitted a patch for the octave bug(#57774)[https://savannah.gnu.org/bugs/?57774]. | * Bugs solved: I have submitted a patch for the octave bug(#57774)[https://savannah.gnu.org/bugs/?57774]. | ||
edits