Skip to content

mtquadros/c_programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures in C

☕ List:

  1. Ordered Simple Linked List

💻 Building instructions

The data structures listed above are built in the project in the same cmake command at once. Requirements: 1. CMake 3.22 or later 2. GCC 11.4

Execute on the terminal:

  1. In the "c_programing" folder type the commands bellow:
  2. cd cmake-build-debug/
  3. cmake .. && make
  4. ./slist.out

About

Programing in C language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors