SOHEL KHAN
SOHEL KHAN
Blog
Docs
data Structures
What is Data Structure?
Data Structure is logical or mathematical organization of data. It describes how to store the data and access data from memory. Actually in our programming data stores in main memory (RAM) and to develop efficient software or firmware we need to care abour memory.
Last updated on Oct 11, 2022
What is Graph theory ?
A graph G = (V,E) consists of a nonempty set V of Vertices or Nodes and a set of E of Edges. Each Edge has either one or two vertices associated with it, called its endpoints.
Last updated on Oct 8, 2022
1 min read
Array
we can know about different kinds of arrays.
Sohel Khan
Last updated on Oct 11, 2022
Stack
linear data structure stack
Last updated on Oct 11, 2022
Cite
×