Skip to content

A data structure is a particular way of organizing data on a computer in order to use resources efficiently. In this repository I will show some examples.

Notifications You must be signed in to change notification settings

lucasoliveirateles/data-structures-algorithms-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures And Algorithms

Data Structures

  • Creating array and making interation
  • Inserting a element to the end of array
  • Inserting a element to the start of array
  • Joining arrays
  • Ordering strings
  • Removing element to the end of array
  • Removing element to the start of array

Algorithms

  • Paginate array
  • Bubble sort
  • Remove duplicate data
  • Fibonacii
  • Reverse array
  • Linked List

About

A data structure is a particular way of organizing data on a computer in order to use resources efficiently. In this repository I will show some examples.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published