Commit Graph

  • 37bc6bdebf
    Replace Travis CI mentions with GitHub actions (#5751) Maxim Smolskiy 2021-11-03 00:28:09 +03:00
  • 60ad32920d
    fixed typo for codespell (#5753) Leoriem-code 2021-11-02 22:17:57 +01:00
  • dd19d8120d
    Uncomment code that has been commented due to slow execution affecting Travis (#5745) Maxim Smolskiy 2021-11-02 16:07:07 +03:00
  • 0124b73484
    Add a gray_code_sequence.py file to the bit_manipulation folder (#5038) krishchopra02 2021-11-02 15:43:49 +05:30
  • bdd135d403
    Split base85.py into functions, Add doctests (#5746) Rohan R Bharadwaj 2021-11-02 15:40:25 +05:30
  • 24731b078c
    [mypy] fix type annotations in data_structures/queue/circular_queue_linked_list.py (#5749) Dylan Buchi 2021-11-02 07:09:46 -03:00
  • 3c8fec1316
    Add Neville's algorithm for polynomial interpolation (#5447) Matthew Wisdom 2021-11-02 03:07:36 -07:00
  • 424c200847
    Add gabor filter (#5289) Mozartus 2021-11-02 11:06:39 +01:00
  • 5910c3aa78
    Typo (#5750) Rohan R Bharadwaj 2021-11-02 14:50:55 +05:30
  • dc6e77338c
    Add stone unit of measuring weight (#5730) Brian Evans 2021-11-01 23:09:40 +00:00
  • 74f4967126
    Fix comment (#5742) Christian Clauss 2021-11-01 18:07:47 +01:00
  • 84cca2119c
    Rewrite maths/fibonacci.py (#5734) Tianyi Zheng 2021-11-01 17:06:35 +00:00
  • 68ca61ecb7
    Add search book via ISBN using openlibrary.org API (#5736) Kelly Costa 2021-11-01 10:36:18 -03:00
  • 71ba3a1ad9
    Improve Project Euler problem 012 solution 1 (#5731) Maxim Smolskiy 2021-11-01 09:27:19 +03:00
  • 06ab650e08
    Merge maths/fibonacci.py and maths/fibonacci_sequence_recursion.py (#5738) Tianyi Zheng 2021-11-01 06:25:40 +00:00
  • 99cf2cc1c5
    Fix build issues due to count (#5725) Rohan R Bharadwaj 2021-11-01 03:26:33 +05:30
  • 94f38dd88c
    [mypy] Fix type annotations for linked_stack.py (#5576) Edward Nuno 2021-10-31 09:03:03 -07:00
  • 868c2fa0a8
    Rewrite fibonacci.py (#5665) (#5677) Maarten 2021-10-31 15:19:44 +01:00
  • a64c9f1e7c
    Deduplicate euclidean_length method in Vector (#5658) Tianyi Zheng 2021-10-31 14:16:02 +00:00
  • 508589e3fc
    Local Weighted Learning (#5615) Venkatesh Tantravahi 2021-10-31 16:57:50 +05:30
  • 7488c5070e
    Fix type annotations in randomized_heap.py (#5704) Dylan Buchi 2021-10-31 07:49:34 -03:00
  • 0f015fa034
    Added solution for euler problem 493 (#5573) Simon 2021-10-31 11:48:10 +01:00
  • f4fd147d03
    Make decrypt_caesar_with_chi_squared work with upper case letters (#5379) happiestbee 2021-10-31 06:46:31 -04:00
  • 9ac94c09eb
    Improve checking anagrams in O(n) with dictionary (#4806) Morteza 2021-10-31 03:41:39 -07:00
  • 13fdf21c9c
    Added alternative_list_arrange method (#4631) SURYAPRATAP SINGH SURYAVANSHI 2021-10-31 16:10:32 +05:30
  • f92eac982d
    Improve Project Euler problem 092 solution 1 (#5703) Maxim Smolskiy 2021-10-31 13:38:28 +03:00
  • 568425dfd1
    Improve solution (#5705) Maxim Smolskiy 2021-10-31 13:37:46 +03:00
  • 965b1ff7df
    Improve Project Euler problem 078 solution 1 (#5708) Maxim Smolskiy 2021-10-31 13:36:53 +03:00
  • a94c6214ff
    Fix spellings (#5710) @im_8055 2021-10-31 16:06:03 +05:30
  • 99983c91ca
    [mypy] Add/fix type annotations in data_structures/heap/skew_heap.py (#5634) Dylan Buchi 2021-10-31 05:38:24 -03:00
  • 21c99d2ae2
    added is_contains_unique_chars() (#5701) Navpreet Singh Devpuri 2021-10-31 01:34:46 +05:30
  • 359e0e795e
    Fixed grammatical errors in CONTRIBUTING.md (#5635) Mitheel 2021-10-31 01:18:50 +05:30
  • 678535b5c8
    [mypy] Fix type annotations in non_recursive_segment_tree (#5652) Dylan Buchi 2021-10-30 16:43:48 -03:00
  • e7565f8bfc
    Improve Project Euler problem 070 solution 1 (#5166) Maxim Smolskiy 2021-10-30 22:36:12 +03:00
  • e6cf13cc03
    Update queue implementation (#5388) Casper Rysgaard 2021-10-30 13:06:25 +02:00
  • 3a4cc7e310
    Hexagonal number sequence (#5640) Shriyans Gandhi 2021-10-29 13:09:32 +05:30
  • a281151a2c
    Delete other/date_to_weekday.py as a how-to-use, not an algorithm (#5591) Andrew Grangaard 2021-10-29 00:22:57 -07:00
  • 0fc24e8629
    [mypy] Annotates other/scoring_algorithm (#5621) Andrew Grangaard 2021-10-28 22:21:16 -07:00
  • 5c8a6c8247
    Add Pollard's Rho algorithm for integer factorization (#5598) Marcus T 2021-10-28 19:53:39 -04:00
  • 0590d736fa
    [mypy] Fix type annotations in wavelet_tree.py (#5641) Dylan Buchi 2021-10-28 17:53:02 -03:00
  • 61e1dd27b0
    [mypy] Fix type annotation in euler_method.py (#5649) poloso 2021-10-28 15:31:32 -05:00
  • 11a15cc584
    Add solution for Project Euler problem 67 (#5519) Naveen Namani 2021-10-28 22:57:14 +05:30
  • 477cc3fe59
    Add pyupgrade to pre-commit (#5638) Christian Clauss 2021-10-28 16:45:59 +02:00
  • 70368a757e
    Implement Circular Queue using linked lists. Fixes TheAlgorithms#5361 (#5587) Víctor A. Rodríguez 2021-10-28 11:43:24 -03:00
  • bf6db32ec2
    [mypy] Fix type annotations for binary tree traversals in data structures (#5556) Dylan Buchi 2021-10-28 11:05:31 -03:00
  • 6b6762bde9
    Fix pull request template (#5633) @im_8055 2021-10-27 22:48:21 +05:30
  • 615c428903
    Add doctest for exception (#5629) Rohan R Bharadwaj 2021-10-27 22:00:03 +05:30
  • 329feb4928
    Add Project Euler Problem 078 solution 01 (#5565) Prakhar Gurunani 2021-10-27 14:49:04 +05:30
  • ce9a139b56
    Update binary_search.py (#4856) harshitkap00r 2021-10-27 09:55:48 +05:30
  • fe5c711ce6
    Rewrite parts of Vector and Matrix (#5362) Tianyi Zheng 2021-10-27 03:48:43 +00:00
  • 8285913e81
    [mypy] Fix and add type annotations (#5618) Dylan Buchi 2021-10-27 00:45:33 -03:00
  • 4eb5c12727
    Sphere intersection and spherical cap volumes (#5579) Matteo Messmer 2021-10-27 00:28:26 +02:00
  • 9a03919052
    [mypy] Fix type annotations for stack_using_dll.py (#5577) Edward Nuno 2021-10-26 12:12:46 -07:00
  • c0ed031b3f
    Fix type annotations for stack.py (#5566) Edward Nuno 2021-10-26 11:33:08 -07:00
  • 582f57f41f
    Added physical pressure units (#5613) Sabari Ganesh 2021-10-26 23:25:41 +05:30
  • b4036b70f1
    Add solution for probelm_686 of project_euler (#5480) Srishtik Bhandarkar 2021-10-26 22:40:15 +05:30
  • 31061aacf2
    fix: use += in sorts/recursive_mergesort_array.py (#5019) Connor Bottum 2021-10-26 12:43:46 -04:00
  • cb4dc19723
    Financial: principle -> principal (#5614) Christian Clauss 2021-10-26 18:41:32 +02:00
  • c41bb49fc0
    Financials (#5585) Tarcisio Bruni Rangel 2021-10-26 13:19:00 -03:00
  • 23f43afee5
    Added volume conversions (#5607) Sabari Ganesh 2021-10-26 21:27:59 +05:30
  • 6fcefc0453
    Add decode function to base16.py (#5575) Rohan R Bharadwaj 2021-10-26 18:53:38 +05:30
  • 827b8f04a4
    Get top 10 HN posts (#5604) Prakhar Gurunani 2021-10-26 18:43:23 +05:30
  • 366a0f1839
    Fix validate_initial_digits of credit_card_validator.py (#5600) Christian Clauss 2021-10-26 14:32:34 +02:00
  • 700398ec06
    [mypy] annotate ciphers (#5569) Erwin Junge 2021-10-26 12:35:21 +02:00
  • e49d8e3af4
    [mypy] annotate compression (#5570) Erwin Junge 2021-10-26 12:29:27 +02:00
  • de07245c17
    [mypy] Adds type annotations in other/activity_selection #4052 (#5590) Andrew Grangaard 2021-10-26 03:10:37 -07:00
  • 2606f1bbe5
    [mypy-fix] Type fixes for graham_scan (#5589) Andrew Grangaard 2021-10-26 02:50:36 -07:00
  • f93c7d4d80
    Get user tweets (#5593) Prakhar Gurunani 2021-10-26 13:35:13 +05:30
  • 8e857e8692
    add implementation of Nagel and Schrekenberg algo (#5584) Leoriem-code 2021-10-26 09:57:49 +02:00
  • 716beb32ed
    Improved prime_numbers.py (#5592) Leoriem-code 2021-10-26 09:21:44 +02:00
  • 12e81ea6a2
    Add credit card string validator (#5583) @im_8055 2021-10-26 10:51:07 +05:30
  • 74e442e979
    add an algorithm to spin some words (#5597) Mohammad Firmansyah 2021-10-25 17:18:41 +00:00
  • b55da04602
    Improve Project Euler problem 058 solution 1 (#4782) Maxim Smolskiy 2021-10-25 11:07:10 +03:00
  • 5f7bb3e9f7
    Improve Project Euler problem 034 solution 1 (#5165) Maxim Smolskiy 2021-10-25 11:03:22 +03:00
  • ba71005484
    Add random graph generator (#5240) Manuel Di Lullo 2021-10-25 09:59:52 +02:00
  • 568c107e68
    add bin_to_hexadecimal (#5156) Francisco Perez 2021-10-25 08:58:24 +01:00
  • fc5d29e214
    Add Bifid cipher (#5493) Vinicius Cordeiro 2021-10-24 17:33:53 -03:00
  • 5772d0734b
    fix dead link (#5572) Marcel Kuhmann 2021-10-24 18:44:15 +02:00
  • aaaa175b66
    [mypy] annotate computer_vision (#5571) Erwin Junge 2021-10-23 23:26:21 +02:00
  • 00a67010e8
    Simple audio filters (#5230) Martmists 2021-10-23 23:19:25 +02:00
  • bd9464e4ac
    mandelbrot.py: Commenting out long running tests (#5558) Christian Clauss 2021-10-23 18:15:30 +02:00
  • 218d8921db
    Implementation of SHA-256 using Python (#5532) Studiex 2021-10-23 17:20:52 +04:00
  • 80a885c975
    Update pop function (#5544) Limbad Yash 2021-10-23 18:48:09 +05:30
  • b72a66b713
    Fixed grammatical errors in CONTRIBUTING.md (#5555) Mitheel 2021-10-23 18:24:41 +05:30
  • b64fd56776
    Added feature to web_programming/nasa_data.py : Can download the APOD image to a specified location on disk. (#5551) Jaydeep Das 2021-10-23 18:08:25 +05:30
  • 27f2465135
    Added new file: nasa_data.py (#5543) Jaydeep Das 2021-10-23 16:26:26 +05:30
  • c50f0c56aa
    add check_cycle.py (#5475) Atishaye Jain 2021-10-23 15:59:42 +05:30
  • 20e09c3ec2
    [mypy] Add type annotations for linked queue in data structures (#5533) Dylan Buchi 2021-10-23 06:56:58 -03:00
  • 11ec2fd3fb
    [mypy] Fix type annotations for trie.py (#5022) Edward Nuno 2021-10-22 10:21:41 -07:00
  • 07141e4bcc
    Add doctests to prime_check function (#5503) Murilo Gonçalves 2021-10-22 14:14:27 -03:00
  • 2ddd81df21
    Remove wrongly placed double qoutes (#5530) Rohan R Bharadwaj 2021-10-22 22:44:08 +05:30
  • 0ca1279997
    Fixed grammar on Anagram Description (#5512) Toki345 2021-10-22 22:07:57 +08:00
  • 629848e372
    [mypy] Fix type annotations in data_structures/binary_tree (#5518) Sherman Hui 2021-10-22 07:07:05 -07:00
  • d82cf5292f
    split into usable functions and added docstrings for base32 cipher (#5466) QuartzAl 2021-10-22 18:14:35 +07:00
  • 061614880d
    [mypy] fix type annotations for graphs/a_star.py #4052 (#5224) poloso 2021-10-22 05:07:28 -05:00
  • d924a8051b
    [mypy] Add missing type annotation (#5491) Erwin Junge 2021-10-22 11:45:30 +02:00
  • 08254eb2e4
    [mypy] Fix type annotations for boolean_algebra/quine_mc_cluskey.py (#5489) Erwin Junge 2021-10-22 11:45:19 +02:00
  • 83a63d9c22
    [mypy] Add missing type annotation in conways_game_of_life.py (#5490) Erwin Junge 2021-10-22 06:14:45 +02:00
  • 57a7e5738b
    Add implementation of Coulomb's Law (#4897) Jenny Vo 2021-10-22 04:52:39 +01:00
  • b373c991f6
    [mypy] fix: fix mypy error in trie.py(#5516) Sherman Hui 2021-10-21 20:40:17 -07:00