Skip to content

This project documents ongoing efforts to enrich my understanding of CS concepts while learning C.

Notifications You must be signed in to change notification settings

Splode/practice-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C Practice

This project documents ongoing efforts to enrich my understanding of CS concepts while learning C.

Data Structures

  • Arrays
    • Reversal
  • Singly Linked Lists
    • Traversal
    • Insertion
    • Removal
    • Length
  • Circular Linked Lists
  • Doubly Linked Lists
  • Stacks
    • Push
    • Pop
    • Peek
    • Length
    • isFull
    • isEmpty
  • Queues
    • Enqueue
    • Dequeue
    • Front/Rear
    • Length
    • isFull
    • isEmpty
  • Graphs
  • Trees

Algorithms

Sorting

  • Bubble sort
  • Merge sort
  • Quick sort

Searching

  • Linear search
  • Binary search

About

This project documents ongoing efforts to enrich my understanding of CS concepts while learning C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages