This packet of code helps to find whether a string is a palindrome or not. The process is performed with the help of a double-linked list in C++.
This packet of C++ code helps us to find if it is possible to build a parallelepiped given the edges
This packet of code deals with data structures especially Stack and Queue, along with their basic operations.
This project deals with geometric measurements of various 2D and 3D shapes. This is a Java package that can be used by other programmers for any geometric calculations.