Skip to content

This repo contains explanations of the most popular data structures used in interview questions.

Notifications You must be signed in to change notification settings

harshiilll/DataStructuresInterview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository

This repo contains explanations of the most popular data structures used in interview questions. Each data structure has its own separate README with explanations and coding questions related to it.

GitHub top language GitHub forks GitHub Repo stars

Data Structures

A data structure is a particular way of organizing data in a computer so that it can be used effectively. For example, we can store a list of items having the same data-type using the array data structure.

Data Structure Questions solved Difficulty
Linked List 5 Easy/Medium
Binary Tree 4 Easy/Medium
Hash Map 4 Easy/Medium
Array 7 Easy/Medium

About

This repo contains explanations of the most popular data structures used in interview questions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.9%
  • Go 2.1%