Hi There !

I'm a Third year Undergraduate student from IIT Kharagpur, doing my Bachelor's in Computer Science and Engineering. I am very passionate about coding. I actively take part in Competitive Programming.
I'm a Third year Undergraduate student from IIT Kharagpur, doing my Bachelor's in Computer Science and Engineering. I am very passionate about coding. I actively take part in Competitive Programming.
1. Non Intersecting Circles
The Objective of this program is to use as less area as possible and insert as many non-intersecting circles in it as possible, randomly. The output is a SVG image named as first.svg in the same directory. A sample SVG output looks like this:
2. Number Theoretic Interpretation and construction of a digital circle
Validated the DCS Algorithm by calculating the value of PI of Digital Circle . Did the number theoretic analysis on PI of digital circle that presents a new interpretation of a digital circle in terms of distribution of square numbers in discrete intervals.
Guide: Prof. Partha Bhowmick
3. Time Management Software (TMS)
Developed TMS software to manage/organize meetings and appointments. The system operates within environment of an organisation or company which involved interface to Executive and Secretary . Also , Connects all the users to a central server and Keeps track of the statistics related to number of meetings and appointments ...etc . Used Apache Tomcat Server 6.0.39 ,Java Servlet , Swing , JSP , HTML , CSS and basic OOP concepts. Documented the above software (SRS, SA/SD , Test Suite) , which involved using UML .
Guide: Prof. Partha Pratim Das and Prof. Rajib Mall
4. Image Segmentation
Implemented an algorithm where an image was partitioned into pair wise disjoint regions using minimum spanning tree . Costly edges were deleted from the tree to generate the segments
Input Image to the program
Output Image of the program
Guide: Prof. Partha Bhowmick and Prof. Abhijit Das
5. Path Detection
Programmed a path detecting robot that could move in a zigzag path by detecting walls and avoid collision with it , using Open CV in C++.
Guide: IEEE IIT Kharagpur