TheAlgorithms-C/DIRECTORY.md
CascadingCascade 5bf2c42bff
feat: add Patience Sort algorithm (#1212)
* updating DIRECTORY.md

* updating DIRECTORY.md

* feat: Add Patience Sort

https://en.wikipedia.org/wiki/Patience_sorting

* updating DIRECTORY.md

* Update sorting/patience_sort.c

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update sorting/patience_sort.c

Co-authored-by: David Leal <halfpacho@gmail.com>

---------

Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2023-02-20 16:47:26 -06:00

37 KiB

Audio

Client Server

Conversions

Data Structures

Developer Tools

Dynamic Programming

Exercism

Games

Geometry

Graphics

Greedy Approach

Hash

Leetcode

Machine Learning

Math

Misc

Numerical Methods

Process Scheduling Algorithms

Project Euler

Searching

Sorting