projects developed as part of hobby
-
Updated
Nov 25, 2019 - C
projects developed as part of hobby
Dive into the fundamentals of programming with my collection of C projects.
Chat en C con el uso de sockets
Project during college using C language in the Data Structure -> made on September 24, 2022
A reimplementation of the printf function in C using variadic functions.
all type of solved c problem
From basic node addition to advanced operations, this program simplifies linked list manipulation in C. Efficient, reliable, and easy-to-use.
Shellex is a simple UNIX command interpeter.
This Games is developed by Shahriar Siddique, Using C programming and GCC Compiler.
This Repo Consists of all the Data Structures and Algorithms that i have encountered in my Engineering Journey
linked list implementation of stack, the nodes are maintained non-contiguously in the memory. Each node contains a pointer to its immediate successor node in the stack. Stack is said to be overflown if the space left in the memory heap is not enough to create a node.
In this project, there are options to add a person to the phone directory, search by name, search by phone number, view the directory, view surnames, and delete a phone number.
This program tackles diverse graph-related challenges, from optimized Dijkstra algorithms for routing to a unique approach in component analysis.
Add a description, image, and links to the cprogramming topic page so that developers can more easily learn about it.
To associate your repository with the cprogramming topic, visit your repo's landing page and select "manage topics."