Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 983 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 983 Bytes

Project AlgoSosh

You can see the project here

Multi-page site with visualization of some algorithms and data structures developed during Yandex Practicum course

Algorithms

  • Reverse string
  • Calculating the sequence of Fibonacci numbers
  • 2 algorithms of array sorting: selection and bubble
  • Stack and its basic operations
  • Queue and its basic operations
  • Singly linked list and its basic operations

Technologies

TypeScript

React React Router

Jest Cypress

HTML5 CSS3