Skip to content

Popular algorithms and data structures in popular programming languages

License

Notifications You must be signed in to change notification settings

vns0/algorithms_and_structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

algorithms_and_structures

Данный репозиторий демонстрирует работы популярных алгоритмов и структур данных на разных языках. Планируемые языки:

  • js
  • c++
  • go
  • rust
  • ts
  • java

Summary

Getting Started

  git clone https://github.com/privetPekin/algorithms_and_structures.git
  cd algorithms_and_structures

coding style

Код стайла нет, есть правила коммитов, файлов, языков

/language/algorithm_name
/language/structure_name

ex: /javascript/linear_search.js

Коммит:

git commit -m 'create ars_language'

ex: git commit -m 'create linear_search_js'

Authors

License

Этот проект находится под лицензией MIT

Releases

No releases published

Packages

No packages published