This website requires JavaScript.
Explore
Help
Sign in
SakurajimaShida
/
Project-Scylla
Watch
1
Star
0
Fork
You've already forked Project-Scylla
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
KNR C Exercises
50
commits
1
branch
0
tags
124
KiB
C
100%
master
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Exact
Exact
Union
RegExp
Reina Harrington-Affine
a7ee3c350e
Added a solution for exercise 1.12. Skipped 1.10 and 1.11 due to simplicity.
2026-04-27 16:49:08 +00:00
KNR C
At long, panful last, a functional version of exercise 1-17. The code has contracted considerably since the intiially architected version, with replicate() and its functionality having been eliminated as unnecessary, saving numerous cycles and ~64kB of memory, advance() has been eliminated due to creating needless complexity, hindering readability, and decreasing efficiency, and recall has been eliminated because it depended on replicate, and was also unnecessary as enumerate() now contains three lines of code that completely eliminate the need for replicate() or enumerate().
2025-09-19 00:00:30 +00:00
KNR Redux
Added a solution for exercise 1.12. Skipped 1.10 and 1.11 due to simplicity.
2026-04-27 16:49:08 +00:00