1. 10 9月, 2020 1 次提交
  2. 04 9月, 2020 3 次提交
    • G
      updating DIRECTORY.md · 508ea020
      github-actions 提交于
      508ea020
    • C
      Added Horspool algorithm (#1071) · 60050d7b
      ckontakis 提交于
      * feat: add Horspool algorithm
      
      * Fixed conversion from unsigned long to int with static casting
      
      * Removed changes from CMakeLists.txt file
      
      * Update strings/horspool.cpp
      Co-authored-by: NDavid Leal <halfpacho@gmail.com>
      
      * Update strings/horspool.cpp
      Co-authored-by: NDavid Leal <halfpacho@gmail.com>
      
      * Documentation, test function and namespaces added
      
      * Documentation, test function and namespaces added
      
      * Update strings/horspool.cpp
      Co-authored-by: NDavid Leal <halfpacho@gmail.com>
      
      * Update strings/horspool.cpp
      Co-authored-by: NDavid Leal <halfpacho@gmail.com>
      
      * Update strings/horspool.cpp
      Co-authored-by: NDavid Leal <halfpacho@gmail.com>
      
      * Update strings/horspool.cpp
      Co-authored-by: NDavid Leal <halfpacho@gmail.com>
      
      * Update strings/horspool.cpp
      Co-authored-by: NDavid Leal <halfpacho@gmail.com>
      
      * Update strings/horspool.cpp
      Co-authored-by: NDavid Leal <halfpacho@gmail.com>
      
      * Removed blank rows
      
      * Commit to see if the problem with automated tests is solved
      Co-authored-by: NDavid Leal <halfpacho@gmail.com>
      60050d7b
    • B
      Revised Linked List (#999) · 6e77f984
      Bolaji Boluwatife 提交于
      * Addition of Test to LinkedList
      
      I noticed an infinite loop when the program asks the user to "Enter the element to be inserted:", and the user enters a wrong input such as "rr".
      
      * Revised Tests
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update data_structures/linked_list.cpp
      Co-authored-by: NDavid Leal <halfpacho@gmail.com>
      
      * Update data_structures/linked_list.cpp
      Co-authored-by: NDavid Leal <halfpacho@gmail.com>
      
      * Update data_structures/linked_list.cpp
      Co-authored-by: NDavid Leal <halfpacho@gmail.com>
      
      * Update data_structures/linked_list.cpp
      Co-authored-by: NDavid Leal <halfpacho@gmail.com>
      
      * Update data_structures/linked_list.cpp
      Co-authored-by: NDavid Leal <halfpacho@gmail.com>
      
      * Update data_structures/linked_list.cpp
      Co-authored-by: NDavid Leal <halfpacho@gmail.com>
      
      * Update data_structures/linked_list.cpp
      Co-authored-by: NDavid Leal <halfpacho@gmail.com>
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update data_structures/linked_list.cpp
      Co-authored-by: NDavid Leal <halfpacho@gmail.com>
      
      * added documentations to functions
      
      I made a few changes although I'm not sure I covered all.
      
      * Update linked_list.cpp
      
      * function documentation
      Co-authored-by: NDavid Leal <halfpacho@gmail.com>
      
      * function documentation
      Co-authored-by: NDavid Leal <halfpacho@gmail.com>
      
      * function documentation
      
      * Update linked_list.cpp
      
      * removed global variable
      
      I decided to go with the parameter approach.
      Is line 79(Iter& ....) and others like it considered healthy code?
      
      * removed global variable
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * fixed clang errors
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * program rewrite
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Removed extra space
      
      * Update linked_list.cpp
      
      * Delete vdoubly_linked_list.ico
      
      * added documentation
      
      * added documentation
      
      * added documentation
      
      * use of shared_ptr
      
      * use of shared_ptr
      
      * modified linked list
      
      * Update linked_list.cpp
      
      * added string header
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * fixed documentation
      
      * fixed link class
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * Update linked_list.cpp
      
      * fixed link class
      
      * fixed runtime error
      Co-authored-by: NDavid Leal <halfpacho@gmail.com>
      6e77f984
  3. 03 9月, 2020 1 次提交
  4. 01 9月, 2020 2 次提交
  5. 31 8月, 2020 1 次提交
    • F
      docs: Update clang-format instructions in CONTRIBUTING. (#1053) · 072fc952
      Filip Hlasek 提交于
      * docs: Update clang-format instructions in CONTRIBUTING.
      
      * Accomodate more changes in the PR section of CONTRIBUTING.
      
      * code formatting
      
      * code sample as a shell script
      
      * format build command
      
      * Add instructions for clang-format installation.
      
      * gitpod
      
      * remove a sentence.
      072fc952
  6. 29 8月, 2020 1 次提交
  7. 28 8月, 2020 2 次提交
  8. 27 8月, 2020 7 次提交
  9. 26 8月, 2020 5 次提交
  10. 25 8月, 2020 2 次提交
  11. 24 8月, 2020 3 次提交
  12. 23 8月, 2020 4 次提交
  13. 22 8月, 2020 4 次提交
  14. 21 8月, 2020 2 次提交
  15. 20 8月, 2020 2 次提交