Skip to content

Navigation Menu

Sign in
Sign up

Repository files navigation

Data Structures in C

This repository contains classic implementations of fundamental data structures using the C programming language. It serves as a learning resource, helping to reinforce concepts related to structured programming and dynamic memory management.

Implemented Structures

  • Linear Lists (static and dynamic)
  • Stacks (using arrays and pointers)
  • Queues (simple, circular, and priority)
  • Binary Trees
  • Singly and Doubly Linked Lists
  • More structures coming soon

Technologies

  • Language: C (C99 standard)
  • Compatible compilers: gcc, clang
  • Recommended OS: Linux or Windows with WSL

How to Run

To compile any file:

gcc filename.c -o output
./output

About

Classic data structure implementations in C, built for learning and experimentation.

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /