Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby course Github order #1

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Conversation

rupinski75
Copy link

Required for Documentation Changes (Readings, READMEs, etc.)

  • I have confirmed that my changes match any related code
  • I have run an external spelling/grammar check
  • I have made sure the max line width is 80 characters (except quizzes!)
  • I have made sure any links I changed/added are linked correctly
  • I have made sure images I changed/added are displayed correctly
  • I have followed the Curriculum Standards - Getting 404

Hey!

I've followed manifest-archive/ruby.js file and made a guide for following Ruby course order. I have also changed quizzes to better display them on Github.
There are a lot of projects and homework missing so I hope that that can be found and included soon.
Let me know if I should change or improve anything.

missing projects

projects/enumerables/README.md
projects/ghost/README.md
projects/memory/README.md
projects/sudoku/README.md
projects/recursion/README.md
projects/word_chains/README.md
projects/more_recursion_exercises/README.md
projects/minesweeper/README.md
projects/poly_tree_node/README.md
projects/knights_travails/README.md
projects/knights_travails/part_two.md
projects/tic_tac_toe_ai/README.md
projects/class_inheritance/README.md
projects/chess/README.md
projects/chess/part_two.md
projects/chess/part_three.md
projects/first_tdd/README.md
projects/poker/README.md
projects/execution_time_differences/README.md
projects/anagrams/README.md
projects/two_sum/README.md
projects/max_windowed_range/README.md
projects/hash_map_lru_cache/README.md
projects/hash_map_lru_cache/part_two.md
projects/hash_map_lru_cache/dynamic_array.md

missing homeworks

homeworks/recursion/README.md
homeworks/abstract_data_types/README.md
homeworks/graphs/README.md
homeworks/simon/README.md
homeworks/error_handling_funtime/README.md
homeworks/mancala/README.md
homeworks/rspec/README.md
homeworks/sorting_demo/README.md
homeworks/big_octopus/README.md
homeworks/lru_cache/README.md

@itsMattShull
Copy link

Enumerables: https://github.com/appacademy/practice-for-ch-ruby-enumerables-long-practice
Ghost: https://github.com/appacademy/practice-for-ch-ruby-ghost-long-practice
Maze Solver: https://github.com/appacademy/practice-for-ch-ruby-maze-solver-long-practice
Sudoku: https://github.com/appacademy/practice-for-ch-ruby-sudoku-long-practice
Recursion: https://github.com/appacademy/practice-for-ch-ruby-recursion
Word chains: https://github.com/appacademy/practice-for-ch-ruby-word-chains-long-practice
More Recursion Exercises: https://github.com/appacademy/practice-for-ch-ruby-more-recursion-exercises-long-practice
Minesweeper: https://github.com/appacademy/practice-for-ch-ruby-minesweeper-long-practice
Poly Tree Node: https://github.com/appacademy/practice-for-ch-ruby-poly-tree-node-long-practice
Knights Travails: https://github.com/appacademy/practice-for-ch-ruby-knights-travails-long-practice
Tic Tac Toe: https://github.com/appacademy/practice-for-ch-ruby-tic-tac-toe-ai-long-practice
Class Inheritance: https://github.com/appacademy/practice-for-ch-ruby-class-inheritance-long-practice
Chess: https://github.com/appacademy/practice-for-ch-ruby-chess-long-practice
First TDD: https://github.com/appacademy/practice-for-ch-ruby-first-tdd-long-practice
Poker: https://github.com/appacademy/practice-for-ch-ruby-poker-long-practice
Execution Time Differences: https://github.com/appacademy/practice-for-ch-ruby-execution-time-differences-long-practice
Anagrams: https://github.com/appacademy/practice-for-ch-ruby-anagrams-long-practice
Two Sum: https://github.com/appacademy/practice-for-ch-ruby-two-sum-long-practice
Max Windowed Range: https://github.com/appacademy/practice-for-ch-ruby-windowed-max-range-long-practice
Benchmarking: Can't seem to find this one
Hash Map LRU Cache: https://github.com/appacademy/practice-for-ch-ruby-hash-map-lru-cache-long-practice

@rupinski75
Copy link
Author

List of added things:

added projects

projects/enumerables/README.md
projects/ghost/README.md
projects/sudoku/README.md
projects/maze_solver/README.md
projects/memory/README.md
projects/recursion/README.md
projects/word_chains/README.md
projects/minesweeper/README.md
projects/more_recursion_exercises/README.md
projects/poly_tree_node/README.md
projects/knights_travails/README.md
projects/knights_travails/part_two.md
projects/tic_tac_toe_ai/README.md
projects/class_inheritance/README.md
projects/chess/README.md
projects/chess/part_two.md
projects/chess/part_three.md
projects/first_tdd/README.md
projects/poker/README.md
projects/execution_time_differences/README.md
projects/anagrams/README.md
projects/two_sum/README.md
projects/max_windowed_range/README.md
projects/hash_map_lru_cache/README.md
projects/hash_map_lru_cache/part_two.md
projects/hash_map_lru_cache/dynamic_array.md

added homeworks

homeworks/recursion/README.md
homeworks/abstract_data_types/README.md
homeworks/graphs/README.md
homeworks/simon/README.md
homeworks/mancala/README.md
homeworks/rspec/README.md
homeworks/sorting_demo/README.md
homeworks/big_octopus/README.md
homeworks/lru_cache/README.md

missing homeworks

homeworks/error_handling_funtime/README.md

I searched through the whole internet but with no luck for that last one.

I think that good thing to do would be to also put all solutions into the repo. Because right now all links are to the https://assets.aaonline.io website. Let me know if I should proceed with that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants