RubyGems Navigation menu

data_structures_rmolinari 0.5.8

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.8 December 08, 2025 (86KB)
  2. 0.5.7 January 04, 2024 (69.5KB)
  3. 0.5.6 January 04, 2024 (69.5KB)
  4. 0.5.5 December 19, 2023 (69KB)
  5. 0.5.4 December 12, 2023 (69KB)
全てのバージョンを表示(全19件)

Runtime依存関係 (1):

must_be ~> 1.1.0

Development依存関係 (3):

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

所有者:

プッシュ者:

作者:

  • Rory Molinari

SHA 256チェックサム:

=

累計ダウンロード数 11,077

このバージョンのみ 77

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 3.1.3

リンク: