Skip to content

krimanisha/Data-Structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structure

Data Structure is a particular way of organizing data in a computer so that it can be used efficiently. Ex:- Array, Linked List, Stack, Queue, Tree, Graph

Array

Array is a linear data structure which is collection of data of same datatype in a contiguous memory locations.

Searching

Searching is an algorithm to find the element in a given set of data.
It is of two types -

  1. Linear search - O(n)
  2. Binary search - O(logn)

About

This repository is for my Data Structures learning purpose.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages