Skip to content

This repository contains implementation of data structures in C language

Notifications You must be signed in to change notification settings

akib-islam-coder/Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structures

This repository contains implementation of data structures in C language

Contents

  1. Linkedlist Implementation
  2. Sorting - Bubble Sort, Insertion Sort, Selection Sort
  3. Hashing - Open Hashing - Separate Chaining
  4. Binary Tree - Creating Binary Tree, Preorder Inorder, Inorder and Post Order Traversing - Recursively and Iteratively, Number of nodes and height of binary tree

Compilation: Use any gcc compiler or IDE, link and compile these source files. It will compile without any compilation errors. I have compiled and tested these code on Visual Studio 2019.

Resources to master data structures and algorithms:

  1. Coding the cracking Interview by Gayle Laakmann McDowell.
  2. Data Structures Through C in Depth by Deepali Srivastava and Suresh Kumar Srivastava.

If you found any bug or have optimized solution for the above solutions, please reach me at akibislam2021@gmail.com or DM me on www.linkedin.com/in/akib.

About

This repository contains implementation of data structures in C language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages