Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
eNascimento178 committed Apr 11, 2024
1 parent e183f6b commit a89e1c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Generator/canonical-data.json
Generator/sample_leap.json
Generator/Test-Generator.fsx
TODO.md
TODO.md
13 changes: 5 additions & 8 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,16 @@
* valentines-day

* Easy exercises with basics in mind
* leap
- Could direct the user to try a tacit approach using operations on lists.
* raindrops
- Several way of use conditionals in J: ```^:n```, ```{``` with boxed structures, ```if. ... elseif. ... else.```, etc.
* collatz-conjecture
- Can be a good introduction to ```^:_```.
* leap - **Done**
* raindrops **Done**
* collatz-conjecture **Done**
* grade-school
- operations using boxed structures.
* twelve-days

* 48in24
* spiral-matrix
* pangram
* spiral-matrix **Done**
* pangram **Done**
* all-your-base
- Seems trivial but it's not:
- Solution can be constructed with combinations of `#.`, `#:`, `p.` and `while.`.
Expand Down

0 comments on commit a89e1c4

Please sign in to comment.