📔
Notes
  • Embedded systems
    • GPIO concepts
    • 📈SPI protocol
    • 📈I2C Protocol
    • 📈UART Protocol
    • 📈CAN Protocol
    • 📈DMA
  • FreeRTOS / RTOS
    • Basics
    • Stm32 FreeRTOS setup
  • Interview Questions
    • Basic C
    • Electronics / mcu
  • Hardware design
  • C programming
  • C++ programming
    • Basics
  • Data structure and Algorithms
    • Data Structures in C
  • Design Patterns
  • Algorithms
  • OS concepts
  • VLSI
  • DSP
  • Motors and sensors
    • BLDC motor
  • Important/ intersting documents
Powered by GitBook
On this page
  1. Data structure and Algorithms

Data Structures in C

Implementation of all Data structures in C

PreviousData structure and AlgorithmsNextDesign Patterns

Last updated 2 years ago

  1. Array

  2. Linked List

    1. Singly

    2. Doubly

    3. Circular

    4. Circular Doubly

  3. Queue

  4. Tree

  5. Graph

List of data structuresWikipedia
Logo