This website requires JavaScript.
Explore
Help
Register
Sign In
shishantbiswas
/
c3c
Watch
1
Star
1
Fork
0
You've already forked c3c
mirror of
https://github.com/c3lang/c3c.git
synced
2026-02-27 12:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e40bab2d30f59246a010fa8437a20fa175686e04
c3c
/
test
/
unit
/
stdlib
/
sort
History
Christoffer Lerno
e40bab2d30
Allow
(int[*]) { 1, 2 }
cast style initialization. Experimental change from
[*]
to
[?]
. Fix issue where compile time declarations in expression list would not be handled properly.
2025-01-25 22:10:12 +01:00
..
binarysearch.c3
improve the sort and collections libs (
#853
)
2023-07-15 19:08:54 +02:00
countingsort.c3
Macro
$case
statements now pick the first match and does not evaluate the rest. Added countingsort tests
#1234
.
2024-07-15 02:01:26 +02:00
insertionsort.c3
Allow
(int[*]) { 1, 2 }
cast style initialization. Experimental change from
[*]
to
[?]
. Fix issue where compile time declarations in expression list would not be handled properly.
2025-01-25 22:10:12 +01:00
quickselect.c3
Deprecate old
void!
@benchmark and @test functions.
2025-01-09 20:33:53 +01:00
quicksort.c3
Allow
(int[*]) { 1, 2 }
cast style initialization. Experimental change from
[*]
to
[?]
. Fix issue where compile time declarations in expression list would not be handled properly.
2025-01-25 22:10:12 +01:00
sort.c3
Macro
$case
statements now pick the first match and does not evaluate the rest. Added countingsort tests
#1234
.
2024-07-15 02:01:26 +02:00
sorted.c3
sort: add is_sorted (
#1660
)
2024-12-05 22:37:13 +01:00