Skip to content

kadirgonen/data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-structures

Basically, data structures and recursions will be covered. In order to understand the logic of the algorithm, the appropriate data structure should be selected. Therefore, before starting to work on algorithms, it is important to gain a base in data structures.

Basic Data Structures

  • Arrays
  • Stacks
  • Queues
  • Linked Lists
  • Trees
  • Hash Tables (Hash Tables)
  • Binary Tree
  • Red-Black Tree
  • Extending Data Structures

Recursions

  • Calculation of Fibonacci Numbers
  • Examples

Releases

No releases published

Packages

No packages published

Languages