Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haseeb-qureshi/algorithms-study-group
Study group for algorithms in Ruby, hosted at App Academy
https://github.com/haseeb-qureshi/algorithms-study-group
a-frame algorithm bit-manipulation bloom-filter compression computation edit-distance hash-map huffman-coding lempel-ziv strings
Last synced: 2 months ago
JSON representation
Study group for algorithms in Ruby, hosted at App Academy
- Host: GitHub
- URL: https://github.com/haseeb-qureshi/algorithms-study-group
- Owner: Haseeb-Qureshi
- Created: 2015-07-17T01:50:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-19T22:53:59.000Z (about 9 years ago)
- Last Synced: 2023-02-28T05:41:37.709Z (almost 2 years ago)
- Topics: a-frame, algorithm, bit-manipulation, bloom-filter, compression, computation, edit-distance, hash-map, huffman-coding, lempel-ziv, strings
- Language: Ruby
- Homepage:
- Size: 353 KB
- Stars: 94
- Watchers: 15
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# a/A Ruby Algorithms Study Group
###### Shortcut URL: [http://tinyurl.com/aa-algos](http://tinyurl.com/aa-algos)###### Go to the README to see the problems for this week. Solutions will be posted after the week's meetup!
#### [Week 1: Bloom Filters](week1_bloom_filters.md) | [Skeleton](lib/week1_bloom_filter/skeleton.zip) | [Solutions](week1_solutions.rb)
#### [Week 2: Computational Complexity Theory](week2_computational_complexity.md)
#### [Week 3: Building a Hash Map](week3_hash_maps.md) | [Skeleton](lib/week3_hash_map/skeleton.zip) | [Solutions](lib/week3_hash_map/solution/lib)
#### [Week 4: Strings, StringBuffers, and Unicode](week4_strings.md) | [Solutions](week4_solutions.md)
#### [Week 5: Edit Distance Algorithms](week5_edit_distance.md) | [Skeleton](lib/week5_edit_distance/skeleton.zip) | [Solutions](week5_solutions.md)
#### [Week 6: Compression Algorithms: Huffman Coding](week6_huffman_coding.md) | [Skeleton](lib/week6_huffman_coding/skeleton.zip) | [Solutions](week6_solutions.rb)
#### [Week 7: Bit Manipulation](week7_bit_manipulation.md) | [Solutions](week7_solutions.md)
#### [Week 8: Compression Algorithms: The Lempel-Ziv Family](week8_lempel_ziv.md) | [Skeleton](lib/week8_lempel_ziv/skeleton.zip) | [Solutions](week8_solutions.rb)##### [Guest lecture archives](guest_lectures/README.md)