25, 26, 27 require the download of a library. 28 and 29 read the neighbor file tiny.txt.
.
├── 01_helloworld
│ └── 01_helloworld.c
├── 02_userargument
│ └── 02_userargument.c
├── 03_ruler
│ └── 03_ruler.c
├── 04_intops
│ └── 04_intops.c
├── 05_floatops
│ └── 05_floatops.c
├── 06_quadratic
│ └── 06_quadratic.c
├── 07_leapyear
│ └── 07_leapyear.c
├── 08_flip
│ └── 08_flip.c
├── 09_tenhellos
│ └── 09_tenhellos.c
├── 10_powersoftwo
│ └── 10_powersoftwo.c
├── 11_divisorpattern
│ └── 11_divisorpattern.c
├── 12_harmonic
│ └── 12_harmonic.c
├── 13_gambler
│ └── 13_gambler.c
├── 14_binary
│ └── 14_binary.c
├── 15_sqrt
│ └── 15_sqrt.c
├── 16_factors
│ └── 16_factors.c
├── 17_sample
│ └── 17_sample.c
├── 18_couponcollector
│ └── 18_couponcollector.c
├── 19_primesieve
│ └── 19_primesieve.c
├── 20_selfavoid
│ └── 20_selfavoid.c
├── 21_randomseq
│ └── 21_randomseq.c
├── 22_twentyquestions
│ └── 22_twentyquestions.c
├── 23_average
│ └── 23_average.c
├── 24_rangefilter
│ └── 24_rangefilter.c
├── 25_plotfilter
│ └── 25_plotfilter.c
├── 26_bouncingball
│ └── 26_bouncingball.c
├── 27_playthetune
│ └── 27_playthetune.c
├── 28_transition
│ ├── 28_transition.c
│ └── tiny.txt
└── 29_markov
├── 29_markov.c
└── tiny.txt