Coders Packet

Packets submitted by Gudipati Ganesh Yaswanth Kumar

Implementation of Double-linked list in C++

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++.

Parallel Geometry using C++

This packet of C++ code helps us to find if it is possible to build a parallelepiped given the edges

Implementation of Stack and Queue using Linked lists in C++

This packet of code deals with data structures especially Stack and Queue, along with their basic operations.

Java Package for calculating various Geometric measurements

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.