Skip to content
Permalink
master

Commits on Mar 25, 2021

  1. feat: Exponential Search (#818)

    * feat(ExponentialSearch): added C implementation of Exponential Search
    
    * fix: typo
    
    * refactor(ExponentialSearch): removed unused imports
    
    * fix(Exponential Search): review fixes
    
    * updating DIRECTORY.md
    
    * refactor(ExponentialSearch): refactoring types
    
    * fix(ExponentialSearch): fixes and added brief
    
    * refactor(ExponentialSearch): added briefs
    
    Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
    faridevnz and github-actions committed Mar 25, 2021

Commits on Mar 16, 2021

  1. fix: Added `limits.h` in `data_structures/heap/max_heap.c` (#812)

    * fix: added limits.h header
    
    * fix: added limits.h header in max_heap.c
    
    * update: adding better documentation
    
    * update: added documentation for header files
    
    * update: changed comment for header files
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    mainak-debnath and Panquesito7 committed Mar 16, 2021

Commits on Mar 15, 2021

  1. feat: Add CodeQL Analysis workflow (#813)

    Replaces LGTM, as LGTM only runs on commits, and CodeQL works faster, too.
    Panquesito7 committed Mar 15, 2021

Commits on Mar 12, 2021

  1. feat: created heap_sort_2.c (#809)

    * feat: created heap_sort_2.c
    
    * Update sorting/heap_sort_2.c
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    
    * Update sorting/heap_sort_2.c
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    
    * Update sorting/heap_sort_2.c
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    
    * Update sorting/heap_sort_2.c
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    
    * Update sorting/heap_sort_2.c
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    
    * Update sorting/heap_sort_2.c
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    
    * updating DIRECTORY.md
    
    * added deatiled description of the algorithm
    
    * Update sorting/heap_sort_2.c
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    
    * Update sorting/heap_sort_2.c
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
    3 people committed Mar 12, 2021

Commits on Mar 2, 2021

  1. Merge pull request #806 from DhruvPasricha/master

    feat: added selection_sort_recursive.c
    ayaankhan98 committed Mar 2, 2021

Commits on Mar 1, 2021

  1. Update sorting/selection_sort_recursive.c

    Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
    DhruvPasricha and ayaankhan98 committed Mar 1, 2021
  2. Update selection_sort_recursive.c

    DhruvPasricha committed Mar 1, 2021
  3. Update sorting/selection_sort_recursive.c

    Co-authored-by: David Leal <halfpacho@gmail.com>
    DhruvPasricha and Panquesito7 committed Mar 1, 2021

Commits on Feb 28, 2021

  1. fix: Apply suggestions from code review

    Panquesito7 committed Feb 28, 2021
  2. fix: Apply suggestions from code review

    Panquesito7 committed Feb 28, 2021
  3. Update sorting/selection_sort_recursive.c

    Co-authored-by: David Leal <halfpacho@gmail.com>
    DhruvPasricha and Panquesito7 committed Feb 28, 2021
  4. Merge pull request #807 from BillKek/master

    fix: assertion failed on negative numbers in `conversions/c_atoi_str_to_integer.c`
    ayaankhan98 committed Feb 28, 2021

Commits on Feb 27, 2021

  1. fixed precision commit. was assert-fail on negative numbers.

    BillKek committed Feb 27, 2021
  2. Update sorting/selection_sort_recursive.c

    Co-authored-by: David Leal <halfpacho@gmail.com>
    DhruvPasricha and Panquesito7 committed Feb 27, 2021

Commits on Feb 26, 2021

  1. Update sorting/selection_sort_recursive.c

    Co-authored-by: David Leal <halfpacho@gmail.com>
    DhruvPasricha and Panquesito7 committed Feb 26, 2021
  2. Update sorting/selection_sort_recursive.c

    Co-authored-by: David Leal <halfpacho@gmail.com>
    DhruvPasricha and Panquesito7 committed Feb 26, 2021

Commits on Feb 25, 2021

  1. used uint8_t instead of int

    DhruvPasricha committed Feb 25, 2021

Commits on Feb 24, 2021

  1. Update sorting/selection_sort_recursive.c

    Panquesito7 committed Feb 24, 2021
  2. Update sorting/selection_sort_recursive.c

    Panquesito7 committed Feb 24, 2021
  3. Update sorting/selection_sort_recursive.c

    Panquesito7 committed Feb 24, 2021
  4. Update sorting/selection_sort_recursive.c

    Co-authored-by: David Leal <halfpacho@gmail.com>
    DhruvPasricha and Panquesito7 committed Feb 24, 2021
  5. updating DIRECTORY.md

    github-actions github-actions
    github-actions authored and github-actions committed Feb 24, 2021
  6. Update sorting/selection_sort_recursive.c

    Co-authored-by: David Leal <halfpacho@gmail.com>
    DhruvPasricha and Panquesito7 committed Feb 24, 2021
  7. Update sorting/selection_sort_recursive.c

    Co-authored-by: David Leal <halfpacho@gmail.com>
    DhruvPasricha and Panquesito7 committed Feb 24, 2021
  8. Update sorting/selection_sort_recursive.c

    Co-authored-by: David Leal <halfpacho@gmail.com>
    DhruvPasricha and Panquesito7 committed Feb 24, 2021
  9. Update selection_sort_recursive.c

    DhruvPasricha committed Feb 24, 2021
  10. Update sorting/selection_sort_recursive.c

    Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
    DhruvPasricha and ayaankhan98 committed Feb 24, 2021
  11. Update sorting/selection_sort_recursive.c

    Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
    DhruvPasricha and ayaankhan98 committed Feb 24, 2021
  12. Update sorting/selection_sort_recursive.c

    Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
    DhruvPasricha and ayaankhan98 committed Feb 24, 2021
  13. Update sorting/selection_sort_recursive.c

    Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
    DhruvPasricha and ayaankhan98 committed Feb 24, 2021
  14. Update sorting/selection_sort_recursive.c

    Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
    DhruvPasricha and ayaankhan98 committed Feb 24, 2021
  15. Update sorting/selection_sort_recursive.c

    Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
    DhruvPasricha and ayaankhan98 committed Feb 24, 2021
  16. Update sorting/selection_sort_recursive.c

    Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
    DhruvPasricha and ayaankhan98 committed Feb 24, 2021
Older