Algorithms-Study-Group
Study group for algorithms in Ruby, hosted at App Academy
파일 탐색기
최종 버전 다운로드 (.zip)- guest1_dynamic_programming.md
- guest1_solutions.md
- README.md
- bloom_filter.rb
- helper.rb
- bloom_filter_spec.rb
- scalable_bloom_filter_spec.rb
- Gemfile
- Gemfile.lock
- skeleton.zip
- .DS_Store
- p01_int_set.rb
- p02_hashing.rb
- p03_hash_set.rb
- p04_linked_list.rb
- p05_hash_map.rb
- p01_int_set.rb
- p02_hashing.rb
- p03_hash_set.rb
- p04_linked_list.rb
- p05_hash_map.rb
- p01_int_set_spec.rb
- p02_hashing_spec.rb
- p03_hash_set_spec.rb
- p04_linked_list_spec.rb
- p05_hash_map_spec.rb
- .DS_Store
- .DS_Store
- p01_int_set_spec.rb
- p02_hashing_spec.rb
- p03_hash_set_spec.rb
- p04_linked_list_spec.rb
- p05_hash_map_spec.rb
- .DS_Store
- Gemfile
- Gemfile.lock
- skeleton.zip
- dictionary.txt
- edit_distance.rb
- dictionary.txt
- edit_distance.rb
- edit_distance_spec.rb
- .DS_Store
- Gemfile
- Gemfile.lock
- edit_distance_spec.rb
- .DS_Store
- Gemfile
- Gemfile.lock
- skeleton.zip
- .DS_Store
- heap.rb
- huffman.rb
- heap.rb
- huffman.rb
- huffman_spec.rb
- .DS_Store
- huffman_spec.rb
- .DS_Store
- Gemfile
- Gemfile.lock
- skeleton.zip
- lzw.rb
- lzw.rb
- lzw_spec.rb
- .DS_Store
- Gemfile
- Gemfile.lock
- lzw_spec.rb
- .DS_Store
- Gemfile
- Gemfile.lock
- skeleton.zip
- .DS_Store
- .DS_Store
- README.md
- week1_bloom_filters.md
- week1_solutions.rb
- week2_computational_complexity.md
- week3_hash_maps.md
- week4_solutions.md
- week4_strings.md
- week5_edit_distance.md
- week5_solutions.md
- week6_huffman_coding.md
- week6_solutions.rb
- week7_bit_manipulation.md
- week7_solutions.md
- week8_lempel_ziv.md
- week8_solutions.rb
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/Haseeb-Qureshi/Algorithms-Study-Group
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Algorithms-Study-Group
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Ruby
쉬움 추천
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
cd lib/week1_bloom_filter
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
bundle install
Gemfile에 명시된 루비 라이브러리를 설치합니다.
bundle install이 에러 없이 끝나면 README에 안내된 실행 명령어(예: rails server)로 마저 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
