FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
HowProgrammingWorks/Trees: Tree node with 5 pointers · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
HowProgrammingWorks
/
Trees
Public
Notifications
You must be signed in to change notification settings
Fork
11
Star
4
Code
Issues
2
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Branches
Tags
Open more actions menu
Latest commit
History
29 Commits
29 Commits
Folders and files
Name
Name
Last commit message
Last commit date
JavaScript
JavaScript
.editorconfig
.editorconfig
.gitignore
.gitignore
LICENSE
LICENSE
README.md
README.md
eslint.config.js
eslint.config.js
package-lock.json
package-lock.json
package.json
package.json
prettier.config.js
prettier.config.js
Repository files navigation
README
MIT license
Tree with 5 pointers and Binary tree
Задания:
Реализовать сбалансированное бинарное дерево не на массивах (как в примерах), а на объектах
Сделать повороты
Реализовать оба варианта, как балансировку целого дерева, так и балансировку при вставках новых ключей
Реализовать 5-связное дерево на массивах или типизированных массивах, а не на объектах (как в примерах)
Покрыть тестами примеры дерева на массивах и объектах
Сравнить по производительности дерево на массивах и объектах
About
Tree node with 5 pointers
www.youtube.com/TimurShemsedinov
Topics
tree
Resources
Readme
MIT license
Activity
Custom properties
Stars
4
stars
Watchers
20
watching
Forks
11
forks
Report repository
Releases
Packages
Used by
Contributors
Languages
Back
|
FazBrowse Home
|
New Git URL