Commit Graph

  • 51e060356c feat(junie): added .devcontainer.json junie-init jetbrains-junie[bot] 2025-06-02 21:34:49 +00:00
  • 7858e5362f feat(junie): added .junie workflow jetbrains-junie[bot] 2025-06-02 21:34:49 +00:00
  • d6a04fbe42 Solves problem 59 master Julien Lengrand-Lambert 2014-05-25 11:39:57 +02:00
  • d806de2264 Adds problem 49 to the list of problem solved Julien Lengrand-Lambert 2014-05-22 23:04:30 +02:00
  • 087f7a5ac6 Finishes problem 49 Julien Lengrand-Lambert 2014-05-22 23:01:22 +02:00
  • 4c8869e89f Starts working on problem 49 Julien Lengrand-Lambert 2014-05-22 22:05:03 +02:00
  • eb7f048dea Updates Readme julien lengrand-lambert 2013-09-15 11:53:51 +02:00
  • f30aa08e7a Commit removes all the debug code julien lengrand-lambert 2013-09-15 11:51:25 +02:00
  • 4d0c03213e The problem was in the suite calculation. This commit contains all the debug code. julien lengrand-lambert 2013-09-15 11:50:28 +02:00
  • 966721cd0f Solves one bug, but there is apparently another one julien lengrand-lambert 2013-09-15 01:01:51 +02:00
  • 7c9b4eac14 MAin code is finished. There is a bug that makes the code gives a wrong result. Lots of statisitcs code has been added to investigate this julien lengrand-lambert 2013-09-15 00:46:28 +02:00
  • 550651b8de Fixes several bugs. Game 24 runs in infinite loop though, trying to see why julien lengrand-lambert 2013-09-13 19:49:04 +02:00
  • 31e1f7ea61 Fixes a rank bug julien lengrand-lambert 2013-09-13 17:57:54 +02:00
  • 072956c1c6 Implement a who_wins method, that finds who has the better hand in a game of two poker players julien lengrand-lambert 2013-09-13 17:23:07 +02:00
  • ba6ddcb562 Implements all other comparison methods. We can now compare two hands. I think we can actually finish now julien lengrand-lambert 2013-09-13 17:15:43 +02:00
  • 4c5f50c1c1 Implements the eq method julien lengrand-lambert 2013-09-13 16:31:10 +02:00
  • 125613b13f Adds rank object, that will be used to compare player ranks julien lengrand-lambert 2013-09-13 07:38:02 +02:00
  • 38549e668a It is now possible to determine player s rank. Next step is to return a precise rank object, for later comparison with other player if needed julien lengrand-lambert 2013-09-13 06:53:23 +02:00
  • d44aa1afb3 Go through all the possible combinations. Some still have to be implemented julien lengrand-lambert 2013-09-13 06:43:15 +02:00
  • 956ce2578c Implements Royal Flush detector julien lengrand-lambert 2013-09-12 19:35:17 +02:00
  • f1c45a5012 Implements straight hand detector julien lengrand-lambert 2013-09-12 19:12:31 +02:00
  • 7ab048f9f6 Starts working on finding consecutive cards julien lengrand-lambert 2013-09-12 08:31:06 +02:00
  • 3bd07157d6 Creates a same_color method in PokerRanking julien lengrand-lambert 2013-09-12 06:57:40 +02:00
  • 3b6074fc50 Cards are now sorted on Hand creation directly. Everything is handled using proper Objects. Next step is to find how to calculate someone's hand value julien lengrand-lambert 2013-09-12 06:45:22 +02:00
  • 9f6c0aac74 Problem is obviously way more complex than expected. Changing to a more complex structure. Still in refactoring julien lengrand-lambert 2013-09-11 18:51:17 +02:00
  • 8fe580e24d Implements the stripping routine> Everything is sequential, but as we dont have much data this is not really an issue julien lengrand-lambert 2013-09-11 16:17:24 +02:00
  • 817c2b8683 Starts working on problem 54. Currently just loads the data in a way that can be used. Next step is to sort players cards julien lengrand-lambert 2013-09-11 16:06:19 +02:00
  • 995bdf13b7 Solves problem 44. a bit long but first guess was the right one Julien Lengrand-Lambert 2012-10-21 19:55:59 +02:00
  • 11aa1ef61e Solves Problem 55 Julien Lengrand-Lambert 2012-10-21 18:13:05 +02:00
  • 203ea69dbb Solves problem 43 Julien Lengrand-Lambert 2012-10-20 20:00:36 +02:00
  • 99334f1594 Solves problem 50 Julien Lengrand-Lambert 2012-10-19 13:39:15 +02:00
  • 957ede8215 Solves Problem 40 of Project Euler Julien Lengrand-Lambert 2012-10-16 23:25:29 +02:00
  • 57353d2d26 commit before going to bed Julien Lengrand-Lambert 2012-10-16 22:13:06 +02:00
  • aa788db715 Updates README Julien Lengrand-Lambert 2012-10-16 21:47:34 +02:00
  • 1bedcd4c00 Solves problem 56 Julien Lengrand-Lambert 2012-10-16 21:46:48 +02:00
  • f1f4da4e8f Update README.markdown julien Lengrand-Lambert 2012-10-16 22:20:53 +03:00
  • e92ed128d2 (Finally) solves problem 26 of PRoject Euler. Julien Lengrand-Lambert 2012-10-16 19:29:39 +02:00
  • a7e681e0af Solves problem 46. Commuting is awesome Julien Lengrand-Lambert 2012-05-25 18:38:20 +02:00
  • e761bc0df0 Small commit for Masterbranch julien Lengrand-Lambert 2012-05-07 13:32:31 +02:00
  • 5d94287f1b Solves problem 33 of Project Euler. Ugly but result comes in an instant, so . . . julien Lengrand-Lambert 2012-05-03 18:56:37 +02:00
  • a48b0ea435 Solves problem 38 in less than one second. Code is not that beautiful though. julien Lengrand-Lambert 2012-05-03 12:45:02 +02:00
  • 677494354e Solves problem 41. Would really need some decorators to spped up the process and get it prettier though. julien Lengrand-Lambert 2012-05-02 18:55:30 +02:00
  • a173f16dcb Solves Problem 37 of Project Euler Could be refactored a bit to avoid code redondance. Uses my list of primes numbers julien Lengrand-Lambert 2012-05-02 14:20:07 +02:00
  • a00fe0fab3 Solves Problem 33 (coin change). Adds some new problems julien Lengrand-Lambert 2012-05-02 09:05:08 +02:00
  • f09f83e0a4 Finally solves problem 35. Problem of . . . definition . julien Lengrand-Lambert 2012-05-01 22:03:10 +02:00
  • 200d812bc4 Solving problem 35. Bug to be found Julien Lengrand-Lambert 2012-04-30 00:32:46 +02:00
  • a5fb54a2c5 Small update, removes clear email unknown 2012-03-23 15:52:29 +01:00
  • abfecf027d On my way to problem 31! Julien Lengrand-Lambert 2012-03-04 01:03:22 +01:00
  • f1b1a93006 On my way to problem 31! Julien Lengrand-Lambert 2012-03-01 21:54:05 +01:00
  • 74e8477389 Prepares problem 97 Julien Lengrand-Lambert 2012-02-29 15:15:49 +01:00
  • 691187f50a Problem 3 more efficient. Downloaded some new stuff on primes. Julien Lengrand-Lambert 2012-02-22 23:49:15 +01:00
  • 98d0e588d8 Problem 3 more efficient. Downloaded some new stuff on primes. Julien Lengrand-Lambert 2012-02-21 20:40:57 +01:00
  • 6caa5feb23 Solves Problem 32. Opens the path to pandigital problems ! Julien Lengrand-Lambert 2012-02-20 22:26:00 +01:00
  • 1fdf9883b8 Solve a new problem. Prepares some others. Julien Lengrand-Lambert 2012-02-20 16:17:10 +01:00
  • f16f45ce7b Adds a profiler to help enhancing problem solving Julien Lengrand-Lambert 2012-02-15 15:45:27 +01:00
  • ebc41b633a Trying to solve problem 39 with a bit more of object handling. Solution is ok, but takes longer to perform. Julien Lengrand-Lambert 2012-02-10 13:38:35 +01:00
  • 6eb94866e1 Solves Problem 39. 1 minute time is reached, but the solution comes up to be very ugly. I'm sure I can find something better than that ! Julien Lengrand-Lambert 2012-02-10 00:45:20 +01:00
  • 581c01b9ac Solves Problem 28. Easy after all Excellent processing time Julien Lengrand-Lambert 2012-02-08 22:43:23 +01:00
  • a198d3fc49 Prepares next problem Julien Lengrand-Lambert 2012-02-08 17:33:14 +01:00
  • 648870e04d Solves problem 34. Average running time, could be optimized with memoization Julien Lengrand-Lambert 2012-02-08 17:30:56 +01:00
  • a85994f38a Solves problem 30. Good running time Julien Lengrand-Lambert 2012-02-08 16:49:39 +01:00
  • a790a6de0e Solves 4 problems. Eclipse integration for simpler use with Windows. Julien Lengrand-Lambert 2012-02-08 16:48:20 +01:00
  • 939811371e Solves 4 problems. Eclipse integration for simpler use with Windows. Julien Lengrand-Lambert 2012-02-08 14:31:47 +01:00
  • 68c2f664cd Adds files for eclipse integration Julien Lengrand-Lambert 2012-02-07 09:41:30 +01:00
  • 52a41494f3 Add manual line breaks julien Lengrand-Lambert 2012-02-03 14:42:58 +01:00
  • 08549c4a2a Updates README to include running time. Julien Lengrand-Lambert 2012-02-03 14:37:46 +01:00
  • 5d55ff3f50 Updates README to include running time. Julien Lengrand-Lambert 2012-02-03 14:33:31 +01:00
  • b478567e70 Starts problem 35 Julien Lengrand-Lambert 2012-02-02 14:03:22 +01:00
  • a35f0a5c3b Solves Problem 36. Initiates problem 35 Julien Lengrand-Lambert 2012-02-01 22:55:23 +01:00
  • 51c55cc459 Solves Problem 27. Julien Lengrand-Lambert 2012-02-01 14:33:24 +01:00
  • ad780118cc Working on Problem 27. Julien Lengrand-Lambert 2012-02-01 00:48:43 +01:00
  • d30505b12e Solves Problem 24. Julien Lengrand-Lambert 2012-01-27 12:23:10 +01:00
  • 8849860470 Solves Problem 23. Julien Lengrand-Lambert 2012-01-26 18:15:26 +01:00
  • d2bae2acd5 Solves Problem 19. Julien Lengrand-Lambert 2012-01-26 16:51:42 +01:00
  • c476460b14 Prepares problem 19. Problems 18 and 67 should be completed ! ! Julien Lengrand-Lambert 2012-01-19 10:13:04 +01:00
  • 1a124fea22 Solves problems 18 and 67 with code coming from the internet ! Julien Lengrand-Lambert 2012-01-19 10:11:44 +01:00
  • 1c880bda8c Continues problem 18. Searches for some data about dijkstra on the web. Creates the utilities folder in the repo. Julien Lengrand-Lambert 2012-01-18 17:19:52 +01:00
  • 0020257412 Starts Problem 18. Dijkstra problem now :) Julien Lengrand-Lambert 2012-01-17 17:28:07 +01:00
  • 391628ad0e Adds triangle into file for smart load Julien Lengrand-Lambert 2012-01-17 14:29:48 +01:00
  • 252f13cfb8 Solves problem 17 Julien Lengrand-Lambert 2012-01-17 14:09:07 +01:00
  • 8dac6fea28 Solves Problem 22. Works either on problem 17 or 18. Julien Lengrand-Lambert 2012-01-17 11:00:12 +01:00
  • a99806b09e Starts Problem 22 Julien Lengrand-Lambert 2012-01-16 17:38:57 +01:00
  • 025c58eaa1 Same commit as before. Forgotten to include new files Julien Lengrand-Lambert 2012-01-16 17:03:38 +01:00
  • 66a8d4abaa Solves problem 12, 15, 21, 48 Searches solution for problem 18 Julien Lengrand-Lambert 2012-01-16 17:01:51 +01:00
  • 317cf09e71 Solves problem 14. Prepares problem 12 Julien Lengrand-Lambert 2012-01-16 10:47:26 +01:00
  • 7a5644a847 Solves problem 13 Prepares problem 14 (hummm, though one it seems) Julien Lengrand-Lambert 2012-01-16 10:25:32 +01:00
  • 1526a46d7b Finishes problem 11, starts problem 13 ! Julien Lengrand-Lambert 2012-01-16 10:13:57 +01:00
  • ce5037e093 Almost finished problem 11 Julien Lengrand-Lambert 2012-01-13 17:16:16 +01:00
  • 7d3ce33868 Solves problem 20. Prepares problem 11 (seems tough though) Julien Lengrand-Lambert 2012-01-13 16:02:14 +01:00
  • 03a95ce587 Solves problem 16 Prepares problem 20 Julien Lengrand-Lambert 2012-01-13 15:42:45 +01:00
  • afcf2ab0c5 (Finally) solves problem 10. The code is slow ! Julien Lengrand-Lambert 2012-01-13 15:26:24 +01:00
  • 9c011f1d56 Solves Problems 9 Prepares problem 10 Julien Lengrand-Lambert 2012-01-13 11:43:29 +01:00
  • 3b6ce5578f Solves Problem 8 Prepares Problem 9 Julien Lengrand-Lambert 2012-01-13 10:54:30 +01:00
  • 126205f97a Finishes problem 7. Prepares problem 8. Julien Lengrand-Lambert 2012-01-13 10:22:09 +01:00
  • 39da55e2a1 Prepares e_7 for challenge. Finishes e_6 Julien Lengrand-Lambert 2012-01-12 23:40:34 +01:00
  • 8d1a14a937 Updates README Julien Lengrand-Lambert 2012-01-12 16:09:00 +01:00
  • c3e4e6391f Solves Problem 5. Prepares Problem 6 Julien Lengrand-Lambert 2012-01-12 16:08:31 +01:00
  • b38f8e5a03 updates readme to indicate status Julien Lengrand-Lambert 2012-01-12 14:21:59 +01:00
  • 1a59914cf4 Solves problem 4 Julien Lengrand-Lambert 2012-01-12 14:14:07 +01:00
  • 89f1f686df Changes python header files Julien Lengrand-Lambert 2012-01-12 11:53:05 +01:00