Commit graph

  • 1d38d14709
    Merge 60f8f489e8 into 697e3f2b5b Natan Macena Ribeiro 2024-02-29 13:33:50 -0700
  • d5a27649c5
    Merge 0ff7252ef9 into 697e3f2b5b Harsh Kumar 2024-02-29 13:33:50 -0700
  • a4f18b563a
    Merge 3a810e1376 into 697e3f2b5b Joshi Jaimin 2024-02-29 13:33:50 -0700
  • 4a885702c0
    Merge 7ffea6ab49 into 697e3f2b5b João Guilherme 2024-02-29 13:33:50 -0700
  • de6c26fa0c
    Merge ed912832f1 into 697e3f2b5b Rohit Chaudhari 2024-02-29 13:33:50 -0700
  • 697e3f2b5b
    Update copyright year master Stepfen Shawn 2024-02-29 22:31:03 +0800
  • d2a2f99da2
    Merge pull request #223 from TheAlgorithms/vzvu3k6k-patch-1 vzvu3k6k 2024-02-10 22:06:28 +0900
  • 5363715e7b
    Use Ruby 3.3 in testing vzvu3k6k 2024-01-30 01:14:54 +0900
  • c666a4bc5f
    Merge pull request #222 from vil02/remove_trailing_spaces_from_ymls vzvu3k6k 2024-01-30 00:50:10 +0900
  • cf7553b0dd
    Merge pull request #221 from vil02/update_actions-checkout_to_v4 vzvu3k6k 2024-01-30 00:49:42 +0900
  • 64777732f8 style: remove trailing spaces from update_directory_md.yml vil02 2024-01-17 15:24:51 +0100
  • 0a57740762 chore: update actions/checkout to v4 vil02 2024-01-17 15:18:44 +0100
  • 6075b3a824
    Merge pull request #220 from vil02/properly_evaluate_GITHUB_ACTOR vzvu3k6k 2024-01-17 23:07:37 +0900
  • e4a887c6c4 fix: use GITHUB_ACTOR in git config vil02 2024-01-15 17:10:40 +0100
  • a26e5a4393 updating DIRECTORY.md github-actions 2024-01-03 13:25:13 +0000
  • b976ea0883
    Merge pull request #213 from i-gnasius/hamming_distance vzvu3k6k 2024-01-03 22:25:02 +0900
  • ed912832f1
    Update .gitpod.yml Rohit Chaudhari 2023-11-18 21:05:37 +0530
  • 86ef3f68a9 Add gitpod setup Rohit Chaudhari 2023-11-18 15:32:16 +0000
  • 7ffea6ab49 Adjustments in the calculation of the Fahrenheit temperature, where the last sum of 273.15 was not achieved; Adjustments in the description of the kelvin_to_fahrenheit function, where the calculation description was incorrect, as it describes the formula for calculating fahrenheit to kelvin; Removal of duplicate round, where it was called twice in the last functions. João Guilherme 2023-10-04 15:31:01 -0300
  • 3a810e1376
    Update fibonacci.rb Joshi Jaimin 2023-10-02 14:50:39 +0530
  • 0ff7252ef9 Added Odd Even Sort Algorithm Harsh Kumar 2023-10-02 12:15:43 +0530
  • 60f8f489e8 Power implementation (any positive numbers) Natan7 2023-10-02 02:00:25 -0300
  • fcca542509 Add hamming_distance algorithm Ircadius 2023-10-01 08:12:55 +0700
  • 2f6c267980
    Update the link of gitter chat Stepfen Shawn 2023-07-04 22:39:12 +0800
  • 1ae58ce612
    Merge pull request #212 from vzvu3k6k/chore-actions vzvu3k6k 2023-06-24 18:19:09 +0900
  • 58b362dd9f updating DIRECTORY.md github-actions 2023-06-21 19:12:33 +0000
  • b66a793716
    Merge pull request #210 from merouaneamqor/master vzvu3k6k 2023-06-22 04:12:19 +0900
  • b6677b2cdd chore: specify GitHub action versions vzvu3k6k 2023-06-22 03:38:34 +0900
  • a3fc6eb917 chore: remove needless file vzvu3k6k 2023-06-22 03:36:15 +0900
  • c896d80210
    Merge pull request #211 from TheAlgorithms/quick-fix-update_directory_md vzvu3k6k 2023-06-22 03:27:57 +0900
  • 16b1f5a09e Temporarily revert "Merge pull request #209 from Panquesito7/scripts_workflow" vzvu3k6k 2023-06-22 03:12:42 +0900
  • 275bed9a78
    Merge pull request #209 from Panquesito7/scripts_workflow vzvu3k6k 2023-06-22 02:59:13 +0900
  • 4dab82985e Add gnome sort AMQOR Merouane 2023-06-21 17:03:58 +0100
  • e254026ec6
    chore: apply suggestions from code review David Leal 2023-06-20 14:48:24 -0600
  • 31c930eb50 chore: use workflow from the scripts repository David Leal 2023-06-16 18:51:25 +0000
  • 14149d1eaf updating DIRECTORY.md github-actions 2023-05-27 11:18:41 +0000
  • 774a964e43
    Merge pull request #207 from aparibocci/feature/graph_bfs Stepfen Shawn 2023-05-27 19:18:30 +0800
  • 450ba13fb9 updating DIRECTORY.md github-actions 2023-05-27 11:10:42 +0000
  • 5be0a3db59
    Merge pull request #208 from aparibocci/feature/graph_topological_sort Stepfen Shawn 2023-05-27 19:10:28 +0800
  • 5f0a19ce82 Implementing topological sorting for DAGs Amos Paribocci 2023-05-23 13:49:52 +0200
  • 85a1175c76 Splitting consumers for seen and visited nodes in graph BFS Amos Paribocci 2023-05-23 10:14:23 +0200
  • b561094aa5 Adding node consumer support on graph BFS Amos Paribocci 2023-05-23 09:19:54 +0200
  • 0b42d46b83 Correcting test method names Amos Paribocci 2023-05-23 08:38:06 +0200
  • 360cba9a61 Implementing unweighted graph BFS Amos Paribocci 2023-05-23 08:37:39 +0200
  • af56ad064f updating DIRECTORY.md github-actions 2023-05-23 03:47:36 +0000
  • e2f397e2e8
    Merge pull request #206 from aparibocci/feature/graphs_data_structures Stepfen Shawn 2023-05-23 11:47:22 +0800
  • b7d60d2759 Adding weighted graph data structure Amos Paribocci 2023-05-22 08:13:16 +0200
  • 3902bef7a6 Adding unweighted graph data structure Amos Paribocci 2023-05-22 08:13:05 +0200
  • 28f15835ad updating DIRECTORY.md github-actions 2023-04-11 07:07:46 +0000
  • 42f63958eb
    Merge pull request #198 from aparibocci/feature/boyer_moore_horspool_search Stepfen Shawn 2023-04-11 15:07:31 +0800
  • cae9ac5fd6 updating DIRECTORY.md github-actions 2023-04-11 06:51:01 +0000
  • a2730e24c2
    Merge pull request #200 from aparibocci/feature/avl_tree Stepfen Shawn 2023-04-11 14:50:38 +0800
  • bea6a1fc25 Implementing Boyer-Moore-Horspool substring search algorithm Amos Paribocci 2023-02-16 21:54:37 +0100
  • d0c14110de updating DIRECTORY.md github-actions 2023-02-27 13:20:36 +0000
  • 697a4e9c58
    Merge pull request #197 from aparibocci/feature/counting_sort Stepfen Shawn 2023-02-27 21:20:20 +0800
  • fc19420049 updating DIRECTORY.md github-actions 2023-02-23 23:37:18 +0000
  • 6317f2bea7
    Merge pull request #204 from domix80/problem_025 Stepfen Shawn 2023-02-24 07:36:58 +0800
  • 9346d99eea updating DIRECTORY.md github-actions 2023-02-23 23:09:21 +0000
  • 753be7a8a5
    Merge pull request #205 from domix80/problem_014 Stepfen Shawn 2023-02-24 07:09:05 +0800
  • 1dbf6795c3
    Update DIRECTORY.md domix80 2023-02-23 20:39:16 +0100
  • 203fbb7e6b
    Update DIRECTORY.md domix80 2023-02-23 17:10:48 +0100
  • 0139f78699 updating DIRECTORY.md github-actions 2023-02-23 15:09:51 +0000
  • 985fae9b7a
    Merge pull request #203 from domix80/problem_010 Stepfen Shawn 2023-02-23 23:09:36 +0800
  • 07870b08d6 updating DIRECTORY.md github-actions 2023-02-23 15:08:18 +0000
  • a71abc591b
    Merge pull request #202 from domix80/Problem_007 Stepfen Shawn 2023-02-23 23:08:03 +0800
  • 9c3eb0577e
    Update project_euler/problem_007/sol1.rb domix80 2023-02-23 16:02:42 +0100
  • 4420ff4172
    Update project_euler/problem_007/sol1.rb domix80 2023-02-23 16:02:35 +0100
  • d422a0b8aa
    Update project_euler/problem_010/sol1.rb domix80 2023-02-23 16:01:44 +0100
  • 4501f7fd99
    Update project_euler/problem_010/sol1.rb domix80 2023-02-23 16:01:35 +0100
  • c57fe1d346
    Update project_euler/problem_014/sol1.rb domix80 2023-02-23 16:01:09 +0100
  • bb17717616 updating DIRECTORY.md github-actions 2023-02-23 05:11:35 +0000
  • 64824018d5
    Merge pull request #199 from aparibocci/feature/bst Stepfen Shawn 2023-02-23 13:11:12 +0800
  • b5b127173f updating DIRECTORY.md github-actions 2023-02-22 23:40:36 +0000
  • 2fd4ee7d50
    Merge pull request #201 from domix80/Problem_006 Stepfen Shawn 2023-02-23 07:40:23 +0800
  • 076f202136 Update sol1.rb domix80 2023-02-21 18:42:34 +0100
  • 61abd3629d Update sol1.rb domix80 2023-02-21 18:41:48 +0100
  • 90101189b1 Update sol1.rb domix80 2023-02-21 18:40:19 +0100
  • 0db648a4d6 Update sol1.rb domix80 2023-02-21 18:39:37 +0100
  • bb5df87537
    Update project_euler/problem_006/sol1.rb domix80 2023-02-21 18:36:46 +0100
  • 1b45e7bc0b Update DIRECTORY.md domix80 2023-02-21 18:19:48 +0100
  • fa6ebf5f78 Update sol1.rb domix80 2023-02-21 18:18:37 +0100
  • b6b5873247 Update sol1.rb domix80 2023-02-21 18:17:13 +0100
  • 1fd68f225a Merge branch 'Problem_006' of https://github.com/domix80/Ruby into Problem_006 domix80 2023-02-21 18:12:41 +0100
  • 95930cc229 Update solution file and remove link from directory domix80 2023-02-21 18:12:39 +0100
  • 740ed1795a
    Update DIRECTORY.md domix80 2023-02-21 16:24:55 +0100
  • 3168a99239 Update DIRECTORY.md domix80 2023-02-20 21:16:48 +0100
  • 7804fad30f Update DIRECTORY.md domix80 2023-02-20 21:16:11 +0100
  • de8a63dbc9 Update DIRECTORY.md domix80 2023-02-20 21:14:50 +0100
  • 14f538a8cf Feat: Project Euler Problem 14 domix80 2023-02-19 14:05:13 +0100
  • e8105e4e5f Feat: Project Euler Problem 25 domix80 2023-02-19 13:05:45 +0100
  • c672adfe08 Feat: Project Euler Problem 10 domix80 2023-02-19 11:47:44 +0100
  • 5ee0eef4ff Change the testing number domix80 2023-02-19 11:35:53 +0100
  • bc455a62c5 Feat: Project Euler Problem 7 domix80 2023-02-19 11:30:30 +0100
  • 612f4bfa32 Feat: Project Euler Problem 6 domix80 2023-02-19 10:41:20 +0100
  • 286c0e4dde Adding AVL Tree implementation Amos Paribocci 2023-02-17 23:07:55 +0100
  • 74f8c496c1 Adding BinarySearchTree implementation Amos Paribocci 2023-02-16 23:17:53 +0100
  • 7ca6ac7114 Adding counting sort implementation Amos Paribocci 2023-02-12 11:13:24 +0100
  • e2f6bd9594 updating DIRECTORY.md github-actions 2023-02-10 03:55:53 +0000
  • ecc45078c7
    Merge pull request #196 from aparibocci/max_k_most_frequent_words Stepfen Shawn 2023-02-10 11:55:40 +0800
  • 1846c762ed Solving the Top k most frequent words problem using a max-heap Amos Paribocci 2023-02-09 12:30:16 +0100