Commit Graph

  • bd74f20bf2
    added type hints and doctests to arithmetic_analysis/bisection.py (#2241) spamegg 2020-07-27 16:23:55 +03:00
  • dfb4ce4074
    Added Finding Exponent Program (#2238) Utsav Akash Naskar 2020-07-27 15:03:13 +05:30
  • e296f7b3ff
    Updated maths/number_of_digits.py (#2221) Vasu Gamdha 2020-07-26 16:12:18 +05:30
  • 977dfaa46c
    Linear algebra/power iteration (#2190) zakademic 2020-07-26 01:51:10 -07:00
  • 44f9fd12c2
    added tests (#2234) lance-pyles 2020-07-25 11:58:53 -07:00
  • 99b40e2a26
    add Rankine scale (#2232) lance-pyles 2020-07-24 13:55:18 -07:00
  • a823a86a29
    Added "Inverse of Matrix" Algorithm (#2209) RobotGuy999 2020-07-23 19:18:17 +08:00
  • b3950035a6
    update variable names for consistency using standard formula terms; (#2223) lance-pyles 2020-07-22 15:49:34 -07:00
  • 9ec71cbdda
    Add merge insertion sort (#2211) ryuta69 2020-07-21 02:12:08 +09:00
  • 88e82db89a
    Celsius to Fahrenheit Conversions (#2188) karimzakir02 2020-07-15 22:30:54 +03:00
  • 23cbe4c352
    black matrix_operation.py (#2199) Christian Clauss 2020-07-14 10:23:14 +02:00
  • 749ffd8c6f
    Added a binomial distribution formula calculator algorithm (#2197) XxSamixX123 2020-07-13 23:18:37 +03:00
  • e292ddb5ec
    Update basic_graphs.py (#1990) KARTHIKEYAN ANBARASU 2020-07-13 09:17:13 +05:30
  • 423dd2b020
    added daily horoscope scrapper script (#2167) Kim-R2O 2020-07-10 18:26:27 +03:00
  • 1f1c3b0e4b
    Added Normalization and Standardization Algorithms (#2192) Dan Murphy 2020-07-10 09:36:51 -04:00
  • 6c2c08c076
    sum_of_geometric_progression (#2168) Advik Kulkarni 2020-07-10 18:26:43 +05:30
  • 05c14c6be8
    N queens math (#2175) David Aaron Banda Gutierrez 2020-07-10 02:30:48 -06:00
  • b6ca263983
    Update decimal_to_binary.py (#2185) Hardik Aggarwal 2020-07-07 16:56:10 +05:30
  • aa01114c27
    Add a missing "genetic algorithm" folder with a basic algorithm inside (#2179) D4rkia 2020-07-07 12:46:09 +02:00
  • 728c0df355
    Fix typo: Adjancent -> Adjacent (#2184) Marcos Cannabrava 2020-07-07 00:00:07 -03:00
  • 367f8ceddd
    enhance the ability of add (#2178) wuyudi 2020-07-07 06:22:44 +08:00
  • 48df91d48b
    Add surface area class (#2183) lance-pyles 2020-07-06 15:21:59 -07:00
  • 2c75a7b3dd
    Numerous fixes to directed_and_undirected_(weighted)_graph.py (#2182) Christian Clauss 2020-07-06 19:31:04 +02:00
  • 5f4da5d616
    isort --profile black . (#2181) Christian Clauss 2020-07-06 09:44:19 +02:00
  • cd3e8f95a0
    isort --profile black --recursive . (#2170) Christian Clauss 2020-07-06 05:18:18 +02:00
  • 25d9d819a2
    Gale Shapley Algorithm (#2100) Akash Shroff 2020-07-05 14:51:32 +05:30
  • 64bef606b6
    double_linear_search algorithm (#2161) Reinhold 2020-07-04 11:23:23 +02:00
  • 70cf565387
    black (#2166) vinayak 2020-07-04 13:22:21 +05:30
  • f70a0a2980
    Update matrix_operation.py (#2159) wuyudi 2020-07-04 03:28:16 +08:00
  • 2c98dce057
    Rename shortest_job_first_algorithm.py to shortest_job_first.py (#2164) Christian Clauss 2020-07-03 21:26:40 +02:00
  • e274863cda
    Add round_robin scheduling algorithm (#2158) Pawan Sundargiri 2020-07-03 18:41:07 +05:30
  • 2d3d660155
    black fixes and Travis CI fixes (#2160) vinayak 2020-07-02 20:02:15 +05:30
  • c534e77cb1
    Added minimum cost path algorithm (#2135) Tapajyoti Bose 2020-07-02 14:43:29 +05:30
  • 8ab84fd794
    Only one carriage return (#2155) Christian Clauss 2020-06-25 19:15:30 +02:00
  • d2fa91b18e
    Add url and typing hint for BFS (#2156) wuyudi 2020-06-25 23:54:41 +08:00
  • 3d4172307f
    project_euler/problem_47/sol1.py (#2150) Mark Moretto 2020-06-25 06:25:19 -04:00
  • 9eb3138b81
    Added LFU Cache (#2151) Tapajyoti Bose 2020-06-25 15:10:50 +05:30
  • 27dde06dfa
    Added LRU Cache (#2138) Tapajyoti Bose 2020-06-25 15:10:03 +05:30
  • b368b1ecfd
    NLP Word Frequency Algorithms (#2142) Dan Murphy 2020-06-25 04:00:43 -04:00
  • c7ca9cf0df
    Update avl_tree.py (#2145) Markgolzh 2020-06-25 02:55:13 -05:00
  • b0c3c0fbf6
    Typehints + refactor (#2154) mateuszz0000 2020-06-25 09:48:52 +02:00
  • 9e2206e5fb
    Added doctests to OddEvenTraposition (#2152) mateuszz0000 2020-06-25 08:56:57 +02:00
  • 5b6ebf8f12
    Add doctests to radix_sort() (#2148) Christian Clauss 2020-06-23 15:37:24 +02:00
  • f1ce2d6e80
    Added Markov Chain (#2146) Tapajyoti Bose 2020-06-23 16:26:08 +05:30
  • cbbaa98684
    hamming_code.py: Reduce McCabe code complexity (#2140) Christian Clauss 2020-06-22 14:18:57 +02:00
  • fdc5bee7af
    Euler problem 551 sol 1: Reduce McCabe code complexity (#2141) Christian Clauss 2020-06-22 14:16:12 +02:00
  • d034add61f
    add visualization of k means clustering as excel format (#2104) beqakd 2020-06-19 19:55:13 +04:00
  • b9e7c891e2
    Added (Open) Knight Tour Algorithm (#2132) Tapajyoti Bose 2020-06-18 15:00:24 +05:30
  • 19b713aecb
    Add lempel ziv compression (#2107) Ioane Margiani 2020-06-17 23:12:48 +04:00
  • 671e570c35
    Implement prefix function, knuth-morris-pratt another usage (#2099) Nika Losaberidze 2020-06-17 20:27:05 +04:00
  • fb3a228d26
    Strongly connected components (#2114) Nika Losaberidze 2020-06-17 20:16:54 +04:00
  • 2bbdc3bfe7
    Implement connected components algorithm for graphs (#2113) Nika Losaberidze 2020-06-17 20:15:24 +04:00
  • 23484efdad
    Added maximum non-adjacent sum (#2130) Tapajyoti Bose 2020-06-17 20:39:29 +05:30
  • d7a75da8ef
    Added doctests to bucket sort (#2079) mateuszz0000 2020-06-17 09:42:44 +02:00
  • 6f80ca821c
    Create change_brightness.py (#2126) Furkan Atesli 2020-06-17 08:49:20 +03:00
  • f97af65579
    Blacken our code (#2125) Christian Clauss 2020-06-17 00:59:38 +02:00
  • 62f7561428
    Hash djb2 (#2098) bnMikheili 2020-06-17 00:22:47 +04:00
  • 924ef9b7d8
    implementation of entropy algorithm. (#2110) beqakd 2020-06-16 23:36:57 +04:00
  • a5c246793c
    Graphs : Bidirectional Breadth-First Search (#2057) Erwin Lejeune 2020-06-16 17:10:22 +02:00
  • 4e8a0d924e
    CONTRIBUTING.md: Update flake8 command (#2124) Christian Clauss 2020-06-16 16:33:17 +02:00
  • 4a2d457747
    Count (#2084) Muhammadrasul 2020-06-16 17:36:09 +05:00
  • b9e5259aeb
    Fix long line, tests (#2123) Christian Clauss 2020-06-16 14:29:13 +02:00
  • 9316e7c014
    Set the Python file maximum line length to 88 characters (#2122) Christian Clauss 2020-06-16 10:09:19 +02:00
  • 9438c6bf0b
    Add pytest init file to define custom mark mat_ops (#2120) Michael Quevillon 2020-06-15 12:09:32 -04:00
  • 0b028aa32a
    Fix line break after binary operator (#2119) Christian Clauss 2020-06-15 15:47:02 +02:00
  • 23dae9ceab
    implement rat in maze algorithm. (#2106) beqakd 2020-06-15 17:03:30 +04:00
  • b9185bebd6
    Create natural_language_processing (#2116) Christian Clauss 2020-06-15 09:55:41 +02:00
  • 55b3088e47
    Hash adler32 (#2111) bnMikheili 2020-06-14 11:49:39 +04:00
  • ae9d0f9196
    Fix indentation (#2097) Christian Clauss 2020-06-14 08:28:00 +02:00
  • 8bb7b8f457
    Fix syntax for flake8 passing (#2096) Nika Losaberidze 2020-06-12 08:51:47 +04:00
  • ec2d900b03
    implement sdbm hash algorithm (#2094) bnMikheili 2020-06-12 00:22:16 +04:00
  • 2264244a34
    Add Z-function algorithm implementation (#2067) Nika Losaberidze 2020-06-11 21:43:05 +04:00
  • 3893ed30ca
    created perfect_cube.py (#2076) Vignesh 2020-06-11 23:06:53 +05:30
  • 19c3871b21
    Added function to convert from decimal to another base (#2087) Kevin C. Escobedo 2020-06-11 08:59:42 -07:00
  • a7b4311378
    fix fetch_github_info __main__ bug (#2080) ocivo 2020-06-11 22:38:43 +08:00
  • 657d46101d
    calc_profit always returns an int (#2090) Christian Clauss 2020-06-11 16:36:09 +02:00
  • 3de6f010c3
    Refactor remove duplicates to more pythonic (#2093) mateuszz0000 2020-06-11 06:13:40 +02:00
  • bf0da25e4f
    Added Readme for computer vision (#2075) Jeffin Francis 2020-06-10 20:40:47 +05:30
  • e553f4bf11
    Added travis notifications only on fail (#2091) mateuszz0000 2020-06-10 12:40:52 +02:00
  • 7be3d0f667
    Create-Add files to greedy_method directory (#2082) Apoorve 2020-06-09 21:29:19 +05:30
  • 1e7df7f77a
    Errors notifications under pull requests (#2081) mateuszz0000 2020-06-08 14:11:01 +02:00
  • 6752e9c737
    Remove boilerplate comments and unused variables (#2073) mateuszz0000 2020-06-07 23:05:22 +02:00
  • 20b21e5ec9
    Refactor cycle_sort (#2072) mateuszz0000 2020-06-05 09:13:43 +02:00
  • 7a14285cb6
    Harris corner detection (#2064) Jeffin Francis 2020-06-04 19:32:51 +05:30
  • 0904610a76
    create sum_of_digits.py (#2065) Vignesh 2020-06-03 03:08:32 +05:30
  • 35319a2a2a
    Update build_directory_md.py (#2066) Martin Röbke 2020-06-02 21:14:12 +02:00
  • d7cc778092
    conversions/decimal_to_binary.py: Add type hints (#2001) Shivam Verma 2020-06-02 20:17:10 +05:30
  • b080a5e027
    Doctests + typehints in cocktail shaker sort (#2061) mateuszz0000 2020-06-02 11:51:22 +02:00
  • dc720a83d7
    Create number_of_digits.py (#1975) Vignesh 2020-06-01 20:53:15 +05:30
  • 1a254465e3
    Naive string doctests + typehints (#2054) mateuszz0000 2020-06-01 15:40:40 +02:00
  • 321b1425e3
    data_structures/linked_list: Add __len__() function and tests (#2047) Lakshmikanth2001 2020-05-31 15:07:45 +05:30
  • 1e8fe8efcf
    circular_linked_list: Add more len() tests (#2051) Christian Clauss 2020-05-31 09:36:57 +02:00
  • 3357768fc3
    Jaro winkler (#2041) mateuszz0000 2020-05-30 20:44:55 +02:00
  • fa358d614a
    current_weather, weather_forecast, weather_onecall (#2048) Christian Clauss 2020-05-30 20:17:26 +02:00
  • f8bfd0244d
    Created weatherforecast.py (#2037) Swapnanil Dutta 2020-05-30 20:55:06 +05:30
  • 4768735668
    Enhance shell sort syntax (#2035) KDH 2020-05-26 11:18:03 +09:00
  • 0e619065e7
    added Boruvka's MST algorithm (#2026) Nitisha Bharathi 2020-05-25 18:40:54 +05:30
  • bb5552efd0
    Euclidean recursive method + doctests + type hints (#1999) mateuszz0000 2020-05-25 12:32:57 +02:00
  • dc4049ee28
    .travis.yml: Revert to using autoblack (#2033) Christian Clauss 2020-05-24 17:08:28 +02:00
  • 025b1a6989
    Merge sort Update variable names (#2032) Ekansh Mangal 2020-05-24 12:08:43 +05:30