RubyGems Navigation menu

data_structures_rmolinari 0.5.7

This small gem contains several data structures that I have implemented in Ruby to learn how they work. Sometimes it is not enough to read the description of a data structure and accompanying pseudo-code. Actually implementing it is often helpful in understanding what is going on. It is also usually fun. The gem contains basic implementions of Disjoint Union, Heap, Priority Search Tree, and Segment Tree. See the homepage for more details.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.5.7 - January 04, 2024 (69.5 KB)
  2. 0.5.6 - January 04, 2024 (69.5 KB)
  3. 0.5.5 - December 19, 2023 (69.0 KB)
  4. 0.5.4 - December 12, 2023 (69.0 KB)
  5. 0.5.3 - February 15, 2023 (66.0 KB)
顯示所有版本(共 18)

Runtime 相依性套件 (1):

must_be ~> 1.1.0

Development 相依性套件 (3):

byebug ~> 11.1.3
ruby-prof ~> 1.4.5
simplecov ~> 0.22.0

擁有者:

Pushed by:

作者:

  • Rory Molinari

SHA 256 checksum:

964f73e2c345f4b4ff7464345937197a08457ecbe5040dd178120c7d93dbb84f

總下載次數 7,407

這個版本 258

License:

MIT

Ruby 版本需求: >= 3.1.3

相關連結: