Commit Graph

  • 6bb9a027bb
    Implementation of the algorithm for the Koch snowflake (#4207) algobytewise 2021-02-20 18:39:39 +05:30
  • bfb5700c67
    Update LICENSE.md (#4210) Liu Baolin--CN 2021-02-20 02:15:19 +08:00
  • 78ddb46066
    Quick sort with lomuto partition (#3875) MarineJoker 2021-02-17 22:28:50 +08:00
  • d3ac521b63
    add count_number_of_one_bits.py (#4195) Ayush Bisht 2021-02-12 07:59:24 +05:30
  • f66325a01b
    odd_even_sort.py (#4199) Ocean Monjur 2021-02-11 22:49:53 +06:00
  • 4903a65779
    Create slowsort.py (#3865) Abdeldjaouad Nusayr Medakene 2021-02-09 17:13:48 +01:00
  • 2595cf059d
    [mypy] Add/fix type annotations for binary trees in data structures (#4085) Hao LI 2021-02-05 00:59:38 +08:00
  • 97b6ca2b19
    [mypy] Add/fix type annotations for boolean_algebra (#4172) Ayush Raj 2021-02-04 22:28:29 +05:30
  • 3f1e376bbc
    add reverse_bits.py (#4120) ayushbisht2001 2021-01-27 15:54:57 +05:30
  • d594f4556c
    [mypy] Add/fix type annotations for similarity search in machine learning (#4088) Steve Kim 2021-01-22 13:40:21 +09:00
  • 7d26ba7075
    Added diffie-hellman algorithm (#4128) Tapajyoti Bose 2021-01-21 08:30:47 +05:30
  • 0728cf1128
    Added code to merge two trees (#4121) Gaurav Jindal 2021-01-17 23:38:22 -08:00
  • 03d34350f6
    Graph list patch (#4113) Nwachukwu Chidiebere Godwin 2021-01-12 14:41:48 +01:00
  • 677d48d6c0
    Rename coin_change.py to minimum_coin_change.py (#4108) Kanak 2021-01-11 16:55:15 +05:30
  • dd4b265680
    Add function to calculate area of triangle using Heron's formula (#4065) SiddhantJain15 2020-12-28 13:36:57 +05:30
  • 80f5213df5
    Add solution for Project Euler problem 107 (#4066) fpringle 2020-12-28 08:51:02 +01:00
  • 00e279ea44
    [mypy] Add/fix type annotations for scheduling algorithms (#4074) shan7030 2020-12-28 09:34:40 +05:30
  • 64d8504170
    Add 2-hidden layer neural network with back propagation using sigmoid activation function (#4037) Ramandeep Singh 2020-12-26 21:43:20 +05:30
  • 207ac957ef
    [mypy] Add type hints and docstrings to heap.py (#3013) Mark Huang 2020-12-26 11:12:37 +08:00
  • 8f47d9f807
    Fix type annotations for bit manipulation algorithms (#4056) Dhruv Manilawala 2020-12-24 18:16:44 +05:30
  • f3ba9b6c50
    [mypy] Add/fix type annotations for backtracking algorithms (#4055) Dhruv Manilawala 2020-12-24 18:16:21 +05:30
  • 0ccb213c11
    Add solution for Project Euler problem 102 (#4051) fpringle 2020-12-23 18:48:19 +01:00
  • ad5108d6a4
    Fix mypy errors for arithmetic analysis algorithms (#4053) Dhruv Manilawala 2020-12-23 15:22:43 +05:30
  • 2ff2ccbeec
    Add solution for Project Euler problem 101 (#4033) fpringle 2020-12-22 13:02:31 +01:00
  • 03889613bc
    add integer to roman function (#4050) Kavindu Santhusa 2020-12-21 13:55:59 -08:00
  • 00f22a9970
    Add solution for Project Euler problem 135 (#4035) sharmapulkit04 2020-12-19 11:46:15 +05:30
  • 53371b2381
    Optimization for shell sort (#4038) Du Yuanchao 2020-12-18 17:39:51 +08:00
  • ae8a5f8675
    Add solution for Project Euler problem 59 (#4031) fpringle 2020-12-13 12:09:52 +01:00
  • a6f6eb2649
    Add solution for Project Euler problem 86 (#4025) fpringle 2020-12-12 06:19:35 +01:00
  • 533e36d32b
    Add conjugate gradient method algorithm (#2486) zakademic 2020-12-11 20:40:23 -08:00
  • 110a740d5d
    Update ciphers/caesar_cipher.py with type hints (#3860) Abdeldjaouad Nusayr Medakene 2020-12-10 18:25:57 +01:00
  • 75759fae22
    Add solution for Project Euler problem 085 (#4024) fpringle 2020-12-10 14:18:17 +01:00
  • bd4b83fcc7
    Chore: Added type hints to searches/binary_search.py (#2682) Umair Kamran 2020-12-09 19:01:58 +05:00
  • b1801398ec
    Add Project Euler Problem 180 (#4017) fpringle 2020-12-09 12:14:51 +01:00
  • e7ab06f5de
    Implemented minimum steps to one using tabulation. (#3911) Alex Joslin 2020-12-09 01:22:07 -08:00
  • c39be1d8b8
    update graphs/breadth_first_search.py (#3908) Lewis Tian 2020-12-09 17:21:46 +08:00
  • c359768e25
    Update bitonic_sort with type hints, doctest, snake_case names (#4016) Jogendra Singh 2020-12-09 11:38:49 +05:30
  • 860d4f547b
    Create merge_two_lists.py that implements merging of two sorted linked lists (#3874) Maliha 2020-12-03 07:02:48 -08:00
  • f8b2c43fda
    Fix pre-commit error on master (#3992) Dhruv Manilawala 2020-11-30 21:03:29 +05:30
  • 07a4ce9fb8
    Update pigeon_sort.py (#2359) wuyudi 2020-11-30 22:59:23 +08:00
  • daceb87a96
    Electric power (#3976) Erdum 2020-11-30 03:07:10 +05:00
  • 06dad4f9d8
    Fix mypy in #3149 (#3988) John Law 2020-11-30 01:46:26 +08:00
  • ba6310b647
    Validate only submitted Project Euler solution (#3977) Dhruv Manilawala 2020-11-29 23:11:09 +05:30
  • 25164bb638
    Fix mypy in #2684 (#3987) John Law 2020-11-30 01:30:31 +08:00
  • 0febbd397e
    Add typehints to blockchain (#3149) Jenia Dysin 2020-11-29 18:20:54 +02:00
  • e07766230d
    Add static typing to backtracking algorithms (#2684) Jenia Dysin 2020-11-29 18:19:50 +02:00
  • 5de90aafc7
    Hacktoberfest 2020: Conway's Game of Life (#3070) jenra 2020-11-29 11:09:33 -05:00
  • 52a6213ddc
    Instagram Video and IGTV downloader (#3981) Sullivan 2020-11-29 15:44:18 +03:30
  • bfb0c3533d
    Fixed LGTM and typehint (#3970) Du Yuanchao 2020-11-28 22:42:30 +08:00
  • 8cafadd759
    Update CONTRIBUTING.md with pre-commit plugin instructions (#3979) xcodz-dot 2020-11-28 19:09:27 +05:30
  • 9c6080a6fc
    data_structures/linked_list: Add __str__() function (#3961) arif599 2020-11-28 05:50:18 +00:00
  • 1e1708b8a1
    Added solution for Project Euler problem 77 (#3132) fpringle 2020-11-27 17:08:14 +01:00
  • 9333d2f017
    Create weight_conversion.py (#3964) Anubhav Solanki 2020-11-27 21:33:17 +05:30
  • 10427f8395
    Create euclidean_distance.py (#3350) Andrew 2020-11-27 09:48:20 -05:00
  • c5fb0a9504
    Cleaned up knapsack and images directory (#3972) Dhruv Manilawala 2020-11-27 15:27:12 +05:30
  • ac6a160f1b
    added binary_count_trailing_zeros.py (#2557) Vivek 2020-11-26 06:57:00 +05:30
  • ce3ce3f8a8
    Replace base64_cipher.py with an easy to understand version (#3925) Hafidh 2020-11-25 13:38:02 +01:00
  • 4191b95942
    Ohm's Law algorithm added (#3934) Erdum 2020-11-25 16:01:49 +05:00
  • 2b50aaf2d3
    Create intro_sort.py (#3877) YeonJeongLee00 2020-11-25 17:54:31 +09:00
  • 5eb5483d65
    Update stalebot to take 5 actions per hour (#3922) Dhruv Manilawala 2020-11-25 13:23:49 +05:30
  • 098f02bc04
    Fixes: #3944 Authentication error; use tokens instead (#3949) lawric1 2020-11-25 02:13:14 -03:00
  • 287bf26bc8
    Add a divide and conquer method in finding the maximum difference pair (#3692) Cho Yin Yong 2020-11-24 19:30:15 -05:00
  • e031ad3db6
    Create instagram_pic (#3945) Sullivan 2020-11-24 19:48:00 +03:30
  • 3fdbf9741d
    Python 3.9 (#3926) Christian Clauss 2020-11-24 12:41:10 +01:00
  • 9bf7b183e7
    Improve Base16 Codebase (#3534) Tan Yong He 2020-11-23 15:31:43 +08:00
  • 49d0c41905
    Renamed octal_to_decimal to octal_to_decimal.py (#3420) Mikail Farid 2020-11-23 07:11:28 +01:00
  • 03e7f37329
    [mypy] math/sieve_of_eratosthenes: Add type hints (#2627) Joyce 2020-11-23 13:37:42 +08:00
  • f2c1f98a23
    Remove workflow file, task checked by the bot (#3917) Dhruv Manilawala 2020-11-21 16:12:00 +05:30
  • f036b9f358
    Web programming contribution (#2436) Niranjan Hegde 2020-11-21 13:34:08 +05:30
  • fa364dfd27
    Changed how the Visited nodes are tracked (#3811) Akash G Krishnan 2020-11-21 12:28:52 +05:30
  • b55e132b80
    Add solution for Project Euler: Problem 89 (#2948) Cory Metcalfe 2020-11-20 23:29:29 -06:00
  • 06f01c0eeb
    Remove stale action workflow file (#3915) Dhruv Manilawala 2020-11-21 09:04:49 +05:30
  • c938e7311f
    Added solution for Project Euler problem 129. (#3113) fpringle 2020-11-21 03:52:26 +01:00
  • 28d33f4b2d
    Project Euler 70 Solution (#3041) Peter Yao 2020-11-20 18:42:07 -08:00
  • d0bc9e268d
    Add solution for Project Euler problem 188 (#2880) Michael D 2020-11-21 03:07:47 +01:00
  • fe0f2f32e7
    Try the stale bot instead of stale action (#3906) Dhruv Manilawala 2020-11-20 11:41:22 +05:30
  • 83b8b3c141
    Fixes: #3869: Optimize CI runtime of Project Euler's Problem 74's Solution 2 (#3893) tacitvenom 2020-11-20 04:14:08 +00:00
  • 2885a8cd99
    Run latest stale action (#3904) Dhruv Manilawala 2020-11-20 00:39:31 +05:30
  • fe6885926f
    Update related to the change in CI testing (#3903) Dhruv Manilawala 2020-11-19 22:34:57 +05:30
  • bb693aa681
    Delete Travis_CI_tests_are_failing.md (#3902) Christian Clauss 2020-11-19 17:48:47 +01:00
  • b9b7fffcc2
    Move CI tests from Travis to GitHub (#3889) Dhruv Manilawala 2020-11-19 22:01:31 +05:30
  • 8a134e1f45
    update area.py (#3862) 김수연 2020-11-18 19:35:51 +09:00
  • b31ed8c494
    Modified comments on upper.py (#3884) Sethu 2020-11-18 12:07:30 +05:30
  • 78a0f61b19
    Add Maths / Sigmoid Function (#3880) sukyung99 2020-11-15 12:44:40 +09:00
  • c6dd975389
    Add type hints and tests. (#2461) poloso 2020-11-14 12:04:29 -05:00
  • ae4d7d4d04
    add similarity_search.py in machine_learning (#3864) Steve Kim 2020-11-13 23:26:17 +09:00
  • 32def4b3c5
    add crawl_google_scholar_citation.py (#3879) boyuuuun 2020-11-13 22:55:23 +09:00
  • 9f6188cc40
    Add Quantum Full Adder circuit for classical integers (#2954) Rupansh 2020-11-11 16:54:31 +05:30
  • eb5a951603
    Peak of unimodal list DNC algorithm (#3691) Cho Yin Yong 2020-11-11 06:17:54 -05:00
  • 4851942ec0
    Reduce complexity linear_discriminant_analysis. (#2452) poloso 2020-11-10 21:35:11 -05:00
  • a6ad25c351
    Add molecular_chemistry.py (#2944) Prakhar Gurunani 2020-11-10 12:50:27 +05:30
  • eab6b70e0a
    DPLL algorithm (#3866) Shivanirudh 2020-11-08 22:56:22 +05:30
  • 3d7704f0bf
    Add config details for the stale action (#3870) Dhruv Manilawala 2020-11-08 21:31:14 +05:30
  • 83a24cb06d
    Update graphs/graph_list.py (#3813) Lewis Tian 2020-11-08 23:04:01 +08:00
  • 686d837d3e
    Add project euler problem 50 (#3016) Simon Landry 2020-11-07 21:56:10 -05:00
  • c0d88d7f71
    Fix handling of non ascii characters in swap case (fixes: #3847) (#3848) Frank Schmitt 2020-11-06 18:09:12 +01:00
  • c8db6a208b
    Add solution for Project Euler problem 123 (#3072) Ravi Kandasamy Sundaram 2020-11-06 17:55:02 +01:00
  • fdba34f704
    Cache pre-commit workflow (#3863) Dhruv Manilawala 2020-11-05 16:36:59 +05:30
  • 29d0fbb0e0
    HACKTOBERFEST - Added solution to Euler 64. (#3706) Shikhar Rai 2020-11-02 22:18:14 -05:00
  • ff00bfa0ab
    Added a solution for Project Euler Problem 203 "Squarefree Binomial Coefficients" (#3513) Fernando Benjamín PÉREZ MAURERA 2020-11-02 23:21:13 -03:00