RubyGems Navigation menu

doubly_linkedlist 0.3.0

A Ruby implementation of the famous Doubly Linkedlist data structure with support to the Enumerable methods such as `each`, `to_a`, `map`, etc. following ruby idioms. Supports Queue operations as well as Stack operations. A Linkedlist is efficient in many specific cases(eg:- Queue operations) than other data structures such as Array.

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 0.3.0 May 03, 2020 (11KB)
  2. 0.2.1 May 02, 2020 (11KB)
  3. 0.2.0 May 02, 2020 (10.5KB)
  4. 0.1.0 May 01, 2020 (10KB)

Development依存関係 (1):

rspec ~> 3.2

所有者:

プッシュ者:

作者:

  • Anshab M K

SHA 256チェックサム:

=

累計ダウンロード数 6,998

このバージョンのみ 2,121

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

ライセンス:

MIT

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

リンク: