Commit Graph

  • d8a4faf96d
    Update is_palindrome.py (#2025) Ashwin Das 2020-05-22 15:27:23 +05:30
  • a15f82579d
    Added bead sort (#2022) mateuszz0000 2020-05-22 09:41:40 +02:00
  • 1f8a21d727
    Tighten up psf/black and flake8 (#2024) Christian Clauss 2020-05-22 08:10:11 +02:00
  • 21ed8968c0
    Fixes in Bidirectional A* (#2020) Erwin Lejeune 2020-05-21 21:50:52 +02:00
  • dc596d23a9
    Graphs : Greedy Best First (#2018) Erwin Lejeune 2020-05-20 23:25:48 +02:00
  • 1f2d607e56
    Graphs : Bidirectional A* (#2015) Erwin Lejeune 2020-05-20 08:50:22 +02:00
  • 965d02ad41
    Update atbash cipher (doc, doctest, performance) (#2017) mateuszz0000 2020-05-20 08:23:17 +02:00
  • 777ddca2e9
    Update fast_fibonacci.py (#1889) Sanders Lin 2020-05-20 01:31:52 +08:00
  • 0e6e5056b3
    singly_linked_list.py: psf/black (#2008) Christian Clauss 2020-05-19 13:54:25 +02:00
  • 2431001658
    Easter date gauss algorithm (#2010) mateuszz0000 2020-05-19 13:44:45 +02:00
  • c906ba82f3
    refactor: move import pytest line of blockchain algs under "main" section. (#2012) Jie Han 2020-05-19 18:56:16 +08:00
  • 1c62bd10c1
    Precision must be a nonnegative integer (#2013) Christian Clauss 2020-05-19 12:16:20 +02:00
  • e6fdcc90fd
    consists of area of various geometrical shapes (#2002) Adityanagraj 2020-05-19 02:36:19 +05:30
  • 77f3888b71
    Pi digit extraction algorithm (#1996) Kenneth P 2020-05-18 16:54:08 -04:00
  • 7a8696cd6d
    change doctest line (#2007) Jie Han 2020-05-19 03:44:27 +08:00
  • f9e0dd94d6
    added __len__ function (#1812) Akash 2020-05-18 21:40:55 +05:30
  • 38d2e98665
    hill_cipher.py: gcd() -> greatest_common_divisor() (#1997) Christian Clauss 2020-05-18 13:05:51 +02:00
  • aa120cea12
    Add tests and type hints to hill cipher (#1991) Bharath kumar Reddy Kotha 2020-05-18 12:33:20 +05:30
  • bc8e8f03fd
    Added strand sort (#1982) mateuszz0000 2020-05-17 22:48:39 +02:00
  • 565060aa99
    actions/setup-python@v2 (#1986) Christian Clauss 2020-05-16 08:49:56 +02:00
  • a29a2a3a06
    Added file aliquot_sum.py (#1985) Kenneth P 2020-05-15 02:06:51 -04:00
  • c8fbdee229
    improved prime number generator to check only up to sqrt(n) instead of n (#1984) Steven Qu 2020-05-14 18:33:50 -04:00
  • 48bb14d4b2
    Update linear_search.py (#1974) Himanshu Airan 2020-05-14 20:22:43 +05:30
  • 69171a9ac3
    The new version of flake8 is linting f-strings (#1976) Christian Clauss 2020-05-13 20:03:28 +02:00
  • ba8b156fdc
    Iterative merge sort implementation (#1972) Aman Gupta 2020-05-11 20:10:02 +05:30
  • 1151d8b157
    Add type hints to max_heap.py (#1960) halilylm 2020-05-11 13:23:39 +03:00
  • a7cd633bb6
    Fix astar (#1966) Christian Clauss 2020-05-10 17:19:40 +02:00
  • 3d9bb051a8
    Travis CI: Strict flake8 (#1962) Christian Clauss 2020-05-10 08:06:42 +02:00
  • 77c3e5b74b
    Added A* algorithm (#1913) Jeffin Francis 2020-05-10 00:37:36 +05:30
  • eef6393935
    Kadanes_algorithm (#1959) Raj-Parekh24 2020-05-10 00:30:59 +05:30
  • 8b55a143fa
    Travis CI: lint for useless backslashes (#1961) Christian Clauss 2020-05-09 13:24:25 +02:00
  • 369562a1e8
    Upgrades to caesar_cipher.py (#1958) Maxim R 2020-05-08 00:44:07 -05:00
  • c18c677a38
    Added Nearest neighbour algorithm (#1934) mateuszz0000 2020-05-07 23:47:28 +02:00
  • 7469fb6edd
    Add graphs/frequent_pattern_graph_miner.py (#1866) siva1098 2020-05-08 03:00:24 +05:30
  • 9e5f365fed
    Add sleep-sort (#1867) Arvind Krishna 2020-05-08 01:14:34 +05:30
  • a52dd66ac6
    Added Shortest Job First Algorithm (#1957) pharshil1902 2020-05-07 22:57:44 +05:30
  • 8a8527f1bd
    Added Lstm example for stock predection (#1908) Jeffin Francis 2020-05-07 12:23:44 +05:30
  • 4acc28ba55
    Added new algorithm: cracking caesar cipher with the chi-squared test (#1950) Maxim R 2020-05-06 12:42:18 -05:00
  • 3d4ccc383a
    change method name from front to get_front (#1943) Vipul Rai 2020-05-06 11:19:44 +05:30
  • 08c8bb5ad5
    Deal with maps (#1945) Christian Clauss 2020-05-06 03:32:40 +02:00
  • 1e84aabaea
    Create sol2.py (#1876) Sanders Lin 2020-05-05 23:27:18 +08:00
  • 540023ec31
    Delete FUNDING.yml Anup Kumar Panwar 2020-05-04 11:18:41 +05:30
  • d1b25760bc
    Fix psf/black issues than fail the build (#1935) Christian Clauss 2020-05-03 23:58:44 +02:00
  • 9b2d65bac1
    Solution for Euler Problem 26 (#1939) Alok Shukla 2020-05-04 02:18:16 +05:30
  • f80ffe1f54
    added method for checking armstrong number (#1936) Akash 2020-05-03 23:26:33 +05:30
  • b6fcee3114
    Check if a item exist in stack or not (#1931) Akash 2020-05-03 19:45:31 +05:30
  • 853741e518
    enhanced segment tree implementation and more pythonic (#1715) lanzhiwang 2020-05-03 03:44:29 +08:00
  • 9bb57fbbfe
    support_vector_machines.py increase error tolerance to suppress convergence warnings (#1929) QuantumNovice 2020-05-03 00:19:45 +05:00
  • a859934105
    Hamiltonian Cycle (#1930) Saba Pochkhua 2020-05-02 23:13:56 +04:00
  • d62cc35268
    Update stale comment (#1924) lkdmttg7 2020-05-02 16:34:25 +05:30
  • 6acd7fb5ce
    Wrap lines that go beyond GitHub Editor (#1925) Christian Clauss 2020-05-01 23:36:35 +02:00
  • bcaa88b26c
    Changed the deprecated np.matrix to np.ndarray (#1923) QuantumNovice 2020-05-01 20:42:41 +05:00
  • 308505f18f
    Add shortest path by BFS (#1870) Sanders Lin 2020-05-01 13:24:32 +08:00
  • b01e5b78a3
    Graph coloring (#1921) Saba Pochkhua 2020-05-01 01:23:52 +04:00
  • 1ad78b2663
    Fix invalid escape sequence in binary_search_tree.py (#1920) Christian Clauss 2020-04-30 22:47:11 +02:00
  • 3d0680eddf
    Added Burkes dithering algorithm. (#1916) mateuszz0000 2020-04-30 11:54:20 +02:00
  • fbc038d532
    Added A1Z26 Cipher (#1914) LethargicLeprechaun 2020-04-29 23:23:51 +01:00
  • 8cb957f893
    Blacken one_dimensional.py (#1911) Christian Clauss 2020-04-27 18:40:46 +02:00
  • 0ef9dd3977
    Create one_dimensional.py (#1905) 8Dion8 2020-04-27 19:07:31 +03:00
  • 5933cd4d83
    Added sepia tone (#1877) mateuszz0000 2020-04-26 11:59:11 +02:00
  • e5dd2b1eb7
    Fix typo in Project Euler sol1.py (#1875) Sanders Lin 2020-04-26 05:27:01 +08:00
  • 58271c5851
    Update linear_search.py (#1906) Prince Gangurde 2020-04-24 16:04:18 +05:30
  • b560b76002
    Add cellular_automata directory (#1902) Christian Clauss 2020-04-23 11:57:32 +02:00
  • 098be3594b
    fix: space count in strings/word_occurrence.py (#1896) Arkadip Bhattacharya 2020-04-21 20:58:54 +05:30
  • 24b2aecef3
    Create Python/bit_manipulation/README.md (#1897) Christian Clauss 2020-04-20 20:19:27 +02:00
  • 4b78c6952d
    Create is_palindrome.py (#1754) Muhammad Umer Farooq 2020-04-19 12:35:36 -04:00
  • c92a520956
    Update breadth_first_search.py (#1869) Sanders Lin 2020-04-19 21:56:52 +08:00
  • 7aaf79cc23
    Initialize set with source in DFS (#1872) Sanders Lin 2020-04-18 02:05:29 +08:00
  • 1c9d4a3929
    Update abbreviation.py (#1887) Sanders Lin 2020-04-18 02:04:30 +08:00
  • 0feed0bfb8
    Update CONTRIBUTING.md (#1886) Sanders Lin 2020-04-18 02:03:36 +08:00
  • 8c01da20d6
    Update random_forest_regressor.py (#1880) Prince Gangurde 2020-04-17 16:13:50 +05:30
  • d48661e35d
    CONTRIBUTING.md: What is an Algorithm? (#1885) Christian Clauss 2020-04-17 12:42:00 +02:00
  • b64c4af296
    Create gaussian_naive_bayes.py (#1861) Prince Gangurde 2020-04-17 07:08:44 +05:30
  • d2e8e6215e
    Update g_topological_sort.py (#1873) Sanders Lin 2020-04-16 18:34:14 +08:00
  • f6ee518ee1
    Rename math/add.py to maths/add.py (#1857) Christian Clauss 2020-04-13 07:50:46 +02:00
  • 2fc3f2e4a0
    Update year in LICENSE.md (#1848) markaster 2020-04-13 08:17:29 +08:00
  • 7ffdef2636
    Fix some typos in random forest classifier (#1858) Prince Gangurde 2020-04-13 05:45:48 +05:30
  • 7ebe2b9593
    Test the exception conditions (#1853) Christian Clauss 2020-04-13 02:10:21 +02:00
  • 3735e74296
    added add algorithm (#1856) Shrutika Bansal 2020-04-12 23:23:28 +05:30
  • 8bf380ce7d
    README.md: sumab() --> sum_ab() for consistancy (#1855) Christian Clauss 2020-04-12 17:18:30 +02:00
  • c775baf55f
    Added new Algorithm to find middle element of Linked List (#1822) Sajied Shah Yousuf 2020-04-12 20:45:07 +06:00
  • 728deeae82
    Update FUNDING.yml Anup Kumar Panwar 2020-04-10 14:58:03 +05:30
  • 4103c9fde4
    Update FUNDING.yml (#1829) Christian Clauss 2020-04-10 11:25:58 +02:00
  • 8f2c9932e0
    CONTRIBUTING.md: Fix comments about the black formatter (#1841) Christian Clauss 2020-04-08 12:27:11 +02:00
  • 1b65309dca
    Update README.md (#1842) hackercyclops12 2020-04-08 09:56:21 +12:00
  • a38e143cf8
    Binary search tree using recursion (#1839) Joan Martin Miralles 2020-04-07 18:09:05 +02:00
  • c1a57e0353
    Fix typo "panagram" -> "pangram" (#1836) Joaquin Cabezas 2020-04-07 14:08:11 +02:00
  • e5f7fbcc9e
    Change gitpod configuration for python3. (#1827) Brian Larsen 2020-04-07 05:20:08 -05:00
  • 3d129a4964
    Create Python/quantum/README.md (#1834) Christian Clauss 2020-04-07 11:58:23 +02:00
  • f35484baf6
    Update greedy.py (#1832) Prince Gangurde 2020-04-07 04:30:10 +05:30
  • 6043a44ffb
    Update basic_binary_tree.py (#1833) Prince Gangurde 2020-04-07 04:29:32 +05:30
  • 20c2db0de4
    Update reverse_words.py (#1825) farnswj1 2020-04-04 01:01:37 -04:00
  • 9b376a5bfb
    Typo in comment rabin_karp.py (#1820) Nolan Emirot 2020-03-29 01:19:19 -07:00
  • f17e9822b0
    psf/black changes to next_greater_element.py (#1817) Christian Clauss 2020-03-28 07:24:59 +01:00
  • 96df906e7a
    All suggeted changes within additional time limit tests (#1815) Vaibhav Singh 2020-03-27 12:46:07 +05:30
  • ac664df6a0
    'allocation_content_length' (#1808) wind-Lv 2020-03-20 22:24:05 +08:00
  • 45524dd6d3
    Fix rehashing function will not call insert_data function (#1803) KDH 2020-03-16 19:19:13 +09:00
  • ab3400bfad
    Travis CI: Fix Travis linter errors (#1802) Christian Clauss 2020-03-14 23:55:13 +01:00
  • 1bc84e1fa0
    Add Monte Carlo estimation of PI (#1712) cschuerc 2020-03-14 07:51:30 +01:00
  • d547d0347b
    directory_writer: actions/checkout@v1 # Use v1, NOT v2 (#1799) Christian Clauss 2020-03-14 07:33:14 +01:00