MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / main

Function main

examples/99_problems.cpp:226–256  ·  view source on GitHub ↗

Let's follow tradition for once and at least do the list-related problems. L-99: Ninety-Nine Lisp Problems: http://www.ic.unicamp.br/~meidanis/courses/mc336/2006s2/funcional/L-99_Ninety-Nine_Lisp_Problems.html P-99: Ninety-Nine Prolog Problems: https://sites.google.com/site/prologsite/prolog-problems H-99: Ninety-Nine Haskell Problems: https://wiki.haskell.org/H-99:_Ninety-Nine_Haskell_Problems

Source from the content-addressed store, hash-verified

224// P-99: Ninety-Nine Prolog Problems: https://sites.google.com/site/prologsite/prolog-problems
225// H-99: Ninety-Nine Haskell Problems: https://wiki.haskell.org/H-99:_Ninety-Nine_Haskell_Problems
226int main()
227{
228 problem_01();
229 problem_02();
230 problem_03();
231 problem_04();
232 problem_05();
233 problem_06();
234 problem_07();
235 problem_08();
236 problem_09();
237 problem_10();
238 problem_11();
239 problem_12();
240 problem_13();
241 problem_14();
242 problem_15();
243 problem_16();
244 problem_17();
245 problem_18();
246 problem_19();
247 problem_20();
248 problem_21();
249 problem_22();
250 problem_23();
251 problem_24();
252 problem_25();
253 problem_26();
254 problem_27();
255 problem_28();
256}

Callers

nothing calls this directly

Calls 15

problem_01Function · 0.85
problem_02Function · 0.85
problem_03Function · 0.85
problem_04Function · 0.85
problem_05Function · 0.85
problem_06Function · 0.85
problem_07Function · 0.85
problem_08Function · 0.85
problem_09Function · 0.85
problem_10Function · 0.85
problem_11Function · 0.85
problem_12Function · 0.85

Tested by

no test coverage detected