Base
Everything on SkillVeris tagged Base — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 2 libraries
Study Notes(3)
Recursion in LISP
Understand how recursion works in LISP, including base cases, recursive list processing, and tail-call optimization.
String Manipulation in R
Learn to detect, extract, split, join, and clean text in R using base functions and the consistent stringr package.
Recursion in C
Master recursion in C: base case, recursive case, call-stack tracing, factorial example, and avoiding stack overflow.