Browse Source

[Data Structure and Storage] Added Knapsack (#641)

Added Knapsack, a collection library inspired by Clojure's sequences. Its collections are immutable and lazy where possible. All operations are available as pure functions and as collection pipeline object's methods.
pull/659/head
Dušan Kasan 9 years ago
parent
commit
aff6617076
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

683
 * [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output.
683
 * [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output.
684
 * [Ginq](https://github.com/akanehara/ginq) - Another PHP library based on .NET's LINQ.
684
 * [Ginq](https://github.com/akanehara/ginq) - Another PHP library based on .NET's LINQ.
685
 * [JsonMapper](https://github.com/cweiske/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
685
 * [JsonMapper](https://github.com/cweiske/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
686
+* [Knapsack](https://github.com/DusanKasan/Knapsack) - Collection library inspired by Clojure's sequences.
686
 * [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
687
 * [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
687
 * [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query).
688
 * [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query).
688
 * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
689
 * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.

Loading…
Cancel
Save