Skip to content

VSRom/Skip_List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Skip-List Implementation (C++17)

  • Потокобезопасная структура данных с O(log n) операциями
  • std::unique_ptr для владения, raw pointers для навигации
  • std::shared_mutex: concurrent reads, exclusive writes
  • Sentinel nodes (INT_MIN/INT_MAX) для упрощения граничных условий

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages