aboutsummaryrefslogtreecommitdiff
path: root/challenge-085/abigail
AgeCommit message (Collapse)Author
2020-11-08Links to blogs.Abigail
2020-11-06Fix line widthsAbigail
2020-11-06Fix commentAbigail
2020-11-06SQL solution for week 85/part 1.Abigail
2020-11-05Allow testing of SQL solutions.Abigail
Testing SQL requires to lot more work from the test program than testing other languages. For other languages, they just read the input, and calculate what ever needs to be calculated. For SQL, things are a bit different. We need to create a database (SQLite, in memory), create some tables (from a file .tables), and, for each test, clear the tables, and fill it with data. And since we have a habit to have actual multiple tests per file, we need some machinery to deal with that setup.
2020-11-04Slight optimization.Abigail
2020-11-04Test file with lots of floats.Abigail
2020-11-04C solution for week 85/part 1Abigail
2020-11-03Some examples with "large" (> 100) exponents.Abigail
2020-11-03Perl solution for week 85, part 2.Abigail
2020-11-02Test cases for week 85, part 2Abigail
2020-11-02Perl solution for week 85, part 1Abigail
2020-11-02Test cases for week 85, part 1.Abigail
2020-11-02Copy test script from previous weekAbigail
2020-11-02- Added template for Challenge 85.Mohammad S Anwar