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

Fixes to concept tree #703

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions misc/concept_tree.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Concept Tree

This is a concept tree for the Crystal Syllabus.
It is a work in progress, it was last updated on 2024-01-13.
It is a work in progress, it was last updated on 2024-12-06.
Each concept with an exercise around it has been implemented, the rest is still to be implemented.


Expand All @@ -16,7 +16,7 @@ graph TD
b(bools)
end

subgraph J [Number Types]
subgraph J [Navigation Computer]
ac(Number Types)
end

Expand Down Expand Up @@ -48,7 +48,7 @@ graph TD
h(conditionals)
end

subgraph I [Interest is intresting]
subgraph I [Interest is interesting]
i(return)
j(while)
end
Expand Down
Loading