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
49
commits
1
branch
0
tags
124
KiB
C
100%
e67db44312
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
Reina Harrington-Affine
e67db44312
Created KNR Redux directory for re-visiting old lessons to warm back up. Implemented a solution for 1.8 and two solutions for 1.9.
2026-04-23 22:53:31 +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
Created KNR Redux directory for re-visiting old lessons to warm back up. Implemented a solution for 1.8 and two solutions for 1.9.
2026-04-23 22:53:31 +00:00