An open API service providing repository metadata for many open source software ecosystems.

Topic: "linked-list-in-c"

Deepali-Srivastava/data-structures-and-algorithms-in-c

Data Structures and Algorithms in C ( DSA )

Language: C - Size: 128 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 56 - Forks: 21

Deepali-Srivastava/advanced-data-structures-and-algorithms-in-c

Advanced Data Structures and Algorithms in C ( DSA )

Language: C - Size: 43 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 15 - Forks: 4

aydinnyunus/CProjects

C Projects

Language: C - Size: 40 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 11 - Forks: 0

zakarouf/z_

An Easy-to-use Framework for the C Language.

Language: C - Size: 17.3 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 9 - Forks: 0

nanafox/alx-low_level_programming

Low level programming with C, including Data Structures and Algorithms

Language: C - Size: 209 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 0

Dare-marvel/Data-Structures-and-Competitive-Programming--DS-CP--

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! đŸ’»đŸ”„

Size: 315 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 4 - Forks: 1

jaydattpatel/C-Programs

C language Programs

Language: C - Size: 145 KB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 2

madhurimarawat/Data-structure-using-C

This repository contains programs in the C programming language related to Data Structures.

Language: C - Size: 163 KB - Last synced at: 24 days ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 0

AijaRe/42Porto_libft

Libft. This project is about coding a C library. Libc functions, some additional functions for string manipulation, basics for linked lists.

Language: C - Size: 1.34 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

Xenoids/C-Linked-List

Linked List in C Programming Language

Language: C++ - Size: 128 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

zhengliw/clist

Non-standard C linked list library

Language: C - Size: 5.8 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

andersonhsporto/ft-push-swap

Sort Data on a Stack, With a Limited Set of Instructions, Using the Lowest Possible Number of Actions

Language: C - Size: 9.61 MB - Last synced at: 6 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Exauce-Malula/Generic_Data_Structures

A library that I am working on, a generic abstract data structure library for C/C++ utilising void pointers.

Language: C++ - Size: 114 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

iozsaygi/c-snake

Cross-platform Snake game made with the SDL3 library.

Language: C - Size: 113 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

prasanna00019/Data-Structures

A comprehensive collection of fundamental data structure implementations in C

Language: C - Size: 22.5 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

ryan-ribeiro/Dinamic-Clipboard Fork of 2024-2-INF0063-AED1/semin-rio-linux-the-best-os

Projeto final de curso da disciplina de Estrutura de dados 1 — Área de transferĂȘncia dinĂąmica e multi-plataforma

Language: Python - Size: 4.09 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

Ya-Pasha-364shy/Algorithms

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.

Language: C++ - Size: 955 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

aishikmukherjee/Linked-lists-in-C

Developer/Creator: Aishik Mukherjee

Language: C - Size: 6.84 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

SamuraiPolix/systemsProgrammingAEx3

Linked List project in C to practice using strings and dynamic memory allocation, as an assignment in Systems Programming A @ Ariel University

Language: C - Size: 208 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

aadeetyeah/LinkedList100

100 Coding Problems and Solutions of LinkedList in C

Language: C - Size: 826 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

merituulie/push_swap

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.

Language: C - Size: 111 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

kaan-yalcinkaya/GCol-List

GCol-List is a generic linked list library for C language.

Language: C - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

baraa99salah/LinkedList-in-C

Some important questions about LinkedList were written in C language. NOTE: the questions are in "list_questions" file.

Language: C - Size: 202 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

savolla/data-tractors

Very detailed Data Structure implementations in C, C++ and Pseudo Code. Pseudo Code is mostly from CLRS book and organized for real world usage. Use this repo for DS reference or Interview prep

Language: C++ - Size: 174 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

TzStrikerYT/holbertonschool-low_level_programming

✅ This repository contains different projects that i used to learn C, contains the most basic for example Hello World until most complex topics how binary trees, Linked lists and sort algorithms.

Language: C - Size: 228 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

inside-the-div/linked-list-in-c

link list implementation in c language

Language: C - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

giusenso/SDL-linked-list

Graphic tool for sdl linked lists

Language: C++ - Size: 461 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

Related Topics
linked-list 14 c 13 data-structures 11 linkedlist 5 data-structure 5 data-structures-in-c 4 data-structures-c 4 c-programming 4 data-structures-and-algorithms 4 algorithms-and-data-structures 4 c-language 3 sorting-algorithms 3 doubly-linked-list 3 linked-list-c 3 queue 3 dsa 3 linked-lists 3 c-data-structures 3 c-algorithms 3 algorithms 3 pointers 2 typedef 2 pointers-in-c 2 c-programming-language 2 linked-list-operaions 2 void-pointers 2 game 2 game-development 2 binary-trees 2 system-programming 2 heapsort 2 dsa-learning-series 2 singly-linked-list-in-c 2 cpp 2 dynamic-arrays 2 dsa-in-c 2 dsa-c 2 linked-list-in-cpp 2 windows 2 algorithms-c 2 c-data-structures-and-algorithms 2 data-structures-algorithms 2 memory-tracker 1 malloc 1 programming 1 programming-language 1 singly-linked-list 1 algorithm 1 algorithm-implementations 1 merge-sort 1 merge-sort-algorithm 1 add-digit 1 basic-programming 1 deletion-in-array 1 dynamic-memory-allocation 1 insertion 1 linked-list-operations 1 mathematics 1 meta-programming 1 multi-threading 1 openmp 1 realloc 1 standard-library 1 sys 1 calloc 1 system 1 types 1 circular-linked-list 1 base 1 string-manipulation 1 code 1 coding 1 libc 1 cse 1 easy 1 interview-practice 1 interview-questions 1 library-functions 1 c-game 1 c-project 1 linked-list-database 1 linkedlist-delete 1 linkedlist-insert 1 linkedlists 1 challenge 1 coding-challenge 1 cross-platform 1 grid 1 grid-based 1 grid-based-games 1 grid-based-movement 1 grid-system 1 macos 1 mit-license 1 sdl3 1 snake 1 snake-game 1 graphs 1 queues 1 stacks 1