Commit Graph

  • 555ba745ee Added results to 38 develop Mattrixwv 2021-10-22 19:28:04 -04:00
  • 82634c02ed Added solution to problem 38 Mattrixwv 2021-10-10 23:00:10 -04:00
  • 6e4dd45702 Updated to use new solve checking function master Mattrixwv 2021-07-14 15:38:06 -04:00
  • ad576cba19 Updated error message Mattrixwv 2021-07-05 01:56:29 -04:00
  • e48731df26 Changed function access Mattrixwv 2021-07-05 01:56:22 -04:00
  • a1a7938281 Fixed rerun bug Mattrixwv 2021-07-03 22:33:48 -04:00
  • c4434fec59 Fixed a few typoes Mattrixwv 2021-07-03 17:03:13 -04:00
  • 6de24c0680 Fixed linux run bug Mattrixwv 2021-07-03 14:18:15 -04:00
  • 43bdda8cd1 Problem 22 now loads names through a text file Mattrixwv 2021-07-03 03:06:35 -04:00
  • 9660fe9287 Updated to work with the new libraries Mattrixwv 2021-07-03 02:38:00 -04:00
  • fd54eb90d8 Added solution to problem 37 Mattrixwv 2021-07-01 11:36:26 -04:00
  • ebdb92dc2f Added solution to problem 36 Mattrixwv 2021-06-29 12:03:49 -04:00
  • 240b7b6271 Fixed typos Mattrixwv 2021-06-06 12:19:10 -04:00
  • 8e36887d49 Added solution to problem 35 Mattrixwv 2021-06-02 17:23:32 -04:00
  • d2f863d2a6 Added solution to problem 34 Mattrixwv 2021-06-01 18:44:28 -04:00
  • c2f9753b83 Updated algorithms Mattrixwv 2021-05-28 16:13:22 -04:00
  • 3e82e69708 Added solution to problem 33 Mattrixwv 2021-02-07 12:41:24 -05:00
  • d751e584f3 Added todo file Mattrixwv 2020-10-30 16:24:46 -04:00
  • 2d6279b31f Updated problem 27 algorithm Mattrixwv 2020-10-30 16:18:59 -04:00
  • 0132ebebf3 Updated comments Mattrixwv 2020-10-26 14:33:28 -04:00
  • 609baf482b Updated problem 1 to faster solution Mattrixwv 2020-10-26 12:00:47 -04:00
  • 42f225b5f2 Changed directory name Matthew 2020-09-05 12:21:53 -04:00
  • 000d6da85f Updated 17 to throw exception Mattrixwv 2020-08-28 15:13:13 -04:00
  • 252a6c9c00 Added messages to Unsolved exception Mattrixwv 2020-08-28 14:31:34 -04:00
  • 03882a9366 Reworked to better match other languages Mattrixwv 2020-08-28 14:28:20 -04:00
  • 3757e2169c Removed unnecessary headers Mattrixwv 2020-08-28 14:26:09 -04:00
  • a797bb6718 Moved Unsolved to it's own file Mattrixwv 2020-08-28 14:25:09 -04:00
  • 514afd1bd2 Moved files around to better match C++ norms Changed results to match other languages Mattrixwv 2020-08-28 12:22:15 -04:00
  • e4a3f442e4 Updated to better match what order the other languages are doing things in Mattrixwv 2020-08-24 15:33:59 -04:00
  • d5595a66c7 Fixed linking issue with problem67 Mattrixwv 2020-07-29 09:47:30 -04:00
  • 4e752fb82c Created solution to problem32 Mattrixwv 2020-07-28 18:14:14 -04:00
  • cb9b41e38d Fixed typo applying change to windows instead of linux Mattrixwv 2020-07-25 16:32:13 -04:00
  • c30ee59e92 Updated makefile so linux will work with new inheritance Mattrixwv 2020-07-25 16:30:00 -04:00
  • 44be9aa5b0 Changed Problem 67 to work with 18 Mattrixwv 2020-07-25 16:02:49 -04:00
  • 3ed2de1dff Updated make file to use dll instead of a for windows libraries Mattrixwv 2020-07-24 14:21:32 -04:00
  • 2616dabe6d Updated how results are retrieved Mattrixwv 2020-07-20 00:53:08 -04:00
  • 22871b71e9 Changed exception to Unsolved to fit with naming convention Mattrixwv 2020-07-19 13:23:57 -04:00
  • 0caa043b59 Updated various typoes and removed some unneeded code Mattrixwv 2020-07-11 13:35:37 -04:00
  • c72754dcf8 Updated comments and made sure style was consistent Mattrixwv 2020-07-10 13:36:16 -04:00
  • 7257a118d4 Fixed bug causing incorrect time for run all Mattrixwv 2020-07-10 00:52:47 -04:00
  • 40ea05ac42 Updated comments Mattrixwv 2020-07-09 16:23:32 -04:00
  • cc5d9b786c Created some functions to reduce amount of copied code Updated comments Mattrixwv 2020-07-09 16:22:23 -04:00
  • 780987991d Updated a few typos Mattrixwv 2020-07-09 01:45:02 -04:00
  • 6f55685f48 Refactored to make benchmark part of the main program Mattrixwv 2020-07-09 00:00:33 -04:00
  • 89bb42d4d9 Added descriptions before solving problems Mattrixwv 2020-07-08 21:00:24 -04:00
  • f7dc9356cb Added some flushes to make sure the progress dots are being printed Mattrixwv 2020-07-08 20:56:18 -04:00
  • e024368cf6 Added build solutions for benchmark Mattrixwv 2020-07-08 20:38:53 -04:00
  • 766af92f1a Added a benchmark tool Mattrixwv 2020-07-08 20:38:37 -04:00
  • a7d960c3b1 Added solution to problem 31 Mattrixwv 2020-06-19 19:57:59 -04:00
  • b74622351e Updated run time Mattrixwv 2020-06-16 19:21:40 -04:00
  • baec1742f4 Updated time Mattrixwv 2020-06-16 19:00:31 -04:00
  • 20b54c7f1b Updated run time Mattrixwv 2020-06-16 13:35:37 -04:00
  • 77633bee1d Updated C++ version used Mattrixwv 2020-06-16 13:35:30 -04:00
  • 96d18f3eda Changed code to compare more easily with others Mattrixwv 2020-06-16 12:22:38 -04:00
  • b86a327541 Adjusted make file for linux multithread Mattrixwv 2020-06-15 20:42:15 -04:00
  • e0387a74a2 Added ability for compiling libraries simultaniously Mattrixwv 2020-06-15 20:31:37 -04:00
  • db74198956 Updated for performance Mattrixwv 2020-06-15 20:06:52 -04:00
  • 4262dd5cf5 Fixed warning comparing signed and unsigned ints Mattrixwv 2020-06-09 00:15:25 -04:00
  • cad4f92db3 Adjusted some spacing Mattrixwv 2020-06-07 13:30:15 -04:00
  • 0f6f4fe0be Added descriptions to problems that didn't have any Mattrixwv 2020-06-06 18:17:13 -04:00
  • a841942741 Added an option to compile on windows with mingw-w64 Mattrixwv 2020-06-06 18:16:55 -04:00
  • d416b0fe53 Inital commit with existing files Mattrixwv 2020-06-06 16:59:20 -04:00