Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/TheAlgorithms/Zig
Collection of Algorithms implemented in Zig.
https://github.com/TheAlgorithms/Zig
Update to Zig v0.11.0 (#9)
d85a8dfa6c685b3699fd12faf9af5f0d1773210c authored over 1 year ago by Matheus C. França <[email protected]>
d85a8dfa6c685b3699fd12faf9af5f0d1773210c authored over 1 year ago by Matheus C. França <[email protected]>
Code improvements (#8)
c522fd321e3d94f55c6aac739d1286730ce98172 authored over 1 year ago by Matheus C. França <[email protected]>
c522fd321e3d94f55c6aac739d1286730ce98172 authored over 1 year ago by Matheus C. França <[email protected]>
more fixes - web examples (#7)
thanks @truemedian
d4e6164e23900e39b3411045dc5c603fd6df5124 authored over 1 year ago by Matheus C. França <[email protected]>
chore: add CODEOWNERS (#6)
e4778cd7e610b13b25d6670da103749dee3c1de6 authored over 1 year ago by David Leal <[email protected]>
e4778cd7e610b13b25d6670da103749dee3c1de6 authored over 1 year ago by David Leal <[email protected]>
More changes: (#5)
* http server added
* update http/tls client (kyber)
* refactoring build-system
* CI - Window...
docs: improve `README.md`
781750273e1eab39dc2a0d1d60cb9ffd8e4320f3 authored over 1 year ago by David Leal <[email protected]>
781750273e1eab39dc2a0d1d60cb9ffd8e4320f3 authored over 1 year ago by David Leal <[email protected]>
Web Examples and Summary Test (#4)
* Some changes:
* TLS v1.3 - Kyber768
* Summary Test
* http client
de3781becf815397c33f01e0b75896c4dd64b783 authored almost 2 years ago by Matheus C. França <[email protected]>
Don't use undefined value (#3)
Using `undefined` here can trigger UB - instead `return` early.
ecd8314b0d750a30fe4af246179f20587a6f3a16 authored almost 2 years ago by InKryption <[email protected]>
Merge pull request #2 from kassane/tranfer
some changes - Transfer
5ca6214ea5deea87f8b73cb57846bd995bbff299 authored almost 2 years ago by Matheus C. França <[email protected]>
some changes
* License changed
* Code of Conduct added
* CI - Linux & MacOS
* Contribution Guide added
ThreadPool added & upd to zig 0.11
44752721560df896cbf9be979ed5d806dc86836d authored almost 2 years ago by Matheus C. França <[email protected]>
44752721560df896cbf9be979ed5d806dc86836d authored almost 2 years ago by Matheus C. França <[email protected]>
LruCache updated and format all files
dea21913af71a805255c54795fc5cb3c93d6ed63 authored almost 2 years ago by Matheus Catarino <[email protected]>
dea21913af71a805255c54795fc5cb3c93d6ed63 authored almost 2 years ago by Matheus Catarino <[email protected]>
rework chineseRemainder (fix unsigned type)
d32809d7db587ffa5b173aa973686f552b133877 authored almost 2 years ago by Matheus Catarino <[email protected]>
d32809d7db587ffa5b173aa973686f552b133877 authored almost 2 years ago by Matheus Catarino <[email protected]>
factorial
63d15e20b6767ec2b2306cfeb172e32b42bb318f authored almost 2 years ago by Matheus Catarino <[email protected]>
63d15e20b6767ec2b2306cfeb172e32b42bb318f authored almost 2 years ago by Matheus Catarino <[email protected]>
more algorithms
5dac0f47ad29248923c52dbb4ee5665561b5466a authored almost 2 years ago by Matheus Catarino <[email protected]>
5dac0f47ad29248923c52dbb4ee5665561b5466a authored almost 2 years ago by Matheus Catarino <[email protected]>
more algorithms:
* bsearch
* bublesort
* radixsort
* gcd (thx zig std devs)
* refactored qsort
add runall samples
ee92ad69f7cd7eea352bdb3840013df31939a11d authored almost 2 years ago by Matheus Catarino <[email protected]>
ee92ad69f7cd7eea352bdb3840013df31939a11d authored almost 2 years ago by Matheus Catarino <[email protected]>
more algorithms
06876a0718ded7d421d9b604634a8536c40eaa31 authored almost 2 years ago by Matheus Catarino <[email protected]>
06876a0718ded7d421d9b604634a8536c40eaa31 authored almost 2 years ago by Matheus Catarino <[email protected]>
fix lint CI/CD
d59791400f5969c55787437d844d50fe9ed39812 authored almost 2 years ago by Matheus C. França <[email protected]>
d59791400f5969c55787437d844d50fe9ed39812 authored almost 2 years ago by Matheus C. França <[email protected]>
Changes:
* more algorithms
* CI/CD
initial build
70f1e49e086657449940d8c41f6b8312fb092316 authored almost 2 years ago by Matheus Catarino <[email protected]>
70f1e49e086657449940d8c41f6b8312fb092316 authored almost 2 years ago by Matheus Catarino <[email protected]>
Initial commit
dae643610f5639216f3cc56aa1a1fde81139b98c authored almost 2 years ago by Matheus C. França <[email protected]>
dae643610f5639216f3cc56aa1a1fde81139b98c authored almost 2 years ago by Matheus C. França <[email protected]>