Srisilpa

Results 5 issues of Srisilpa

Implemented Stack Data Structure using a Linked List in C. This program supports the following operations: push() → Insert element at the top pop() → Remove the top element peek()...

- Description Implement the Fibonacci Series program in any programming language of your choice. Each contributor can submit one or more implementations (iterative, recursive, or optimized). Place your file under...

Added a fully functional Python To-Do List App with code and documentation. This app allows users to add, view, complete, delete, and save tasks using a command-line interface. - Changes...

# Pull Request ## Related issue N/A ## What does this PR do? - Adds a C++ program for **Doubly Linked List**: - Insert at beginning and end - Delete...

### Description: This PR adds two new C programs: 1. **Anagram Check (`strings/anagram_check.c`)** - Checks if two input strings are anagrams. - Uses sorting to compare characters. - Includes comments...