Developer/Creator: Aishik Mukherjee
-
Updated
Sep 26, 2024 - C
Developer/Creator: Aishik Mukherjee
here are Kata solutions from CodeWars, an analysis of some encryption algorithms that are interesting to me, as well as some practical assignments that I received at the university. Implementations of famous Data Structures and Algorithms on it here too.
Libft. This project is about coding a C library. Libc functions, some additional functions for string manipulation, basics for linked lists.
Advanced Data Structures and Algorithms in C ( DSA )
Data Structures and Algorithms in C ( DSA )
C language Programs
This repository contains programs in the C programming language related to Data Structures.
Your one-stop GitHub repo for competitive coding and data structures! 🤖 Curated notes, practice problems, and real-world applications. Sharpen your skills and ace those interviews! 💻🔥
An Easy-to-use Framework for the C Language.
Low level programming with C, including Data Structures and Algorithms
Linked List project in C to practice using strings and dynamic memory allocation, as an assignment in Systems Programming A @ Ariel University
A data sorting algorithm program using two stacks in the lowest possible number of a specific set of actions
100 Coding Problems and Solutions of LinkedList in C
A sorting algorithm to sort an integer array with two stacks. In addition to basic stack behavior the stack have the ability to be rotated for- and backwards. The algorithm sorts a list of 2, 3, 5, 100 and 500 in less than 1, 2, 8, 700 and 7000 moves on average.
A bunch of Linked List Examples. Purely for me to become even more familiar with this concept, such that I would be able to implement it in almost any scenario (hopefully).
Reimplementation of some basic, built-in features of C# language or its standard library, without using the feature itself or similar features.
Some important questions about LinkedList were written in C language. NOTE: the questions are in "list_questions" file.
Sort Data on a Stack, With a Limited Set of Instructions, Using the Lowest Possible Number of Actions
Linked List in C Programming Language
Add a description, image, and links to the linked-list-in-c topic page so that developers can more easily learn about it.
To associate your repository with the linked-list-in-c topic, visit your repo's landing page and select "manage topics."