Skip to content

Add Go and Shell implementations, update README with new languages#226

Open
Mahe-git2hub wants to merge 1 commit into
indy256:mainfrom
Mahe-git2hub:claude/organize-code-by-language-v1VxG
Open

Add Go and Shell implementations, update README with new languages#226
Mahe-git2hub wants to merge 1 commit into
indy256:mainfrom
Mahe-git2hub:claude/organize-code-by-language-v1VxG

Conversation

@Mahe-git2hub
Copy link
Copy Markdown

Go (21 files): structures (disjoint sets, segment tree, fenwick tree), graphs (dijkstra, bellman-ford, floyd-warshall, max flow dinic, bipartite matching, prim MST), sort (quicksort, mergesort), strings (KMP, Z-function), misc (binary search, GCD), number theory (primes), DP (LIS), geometry (convex hull), linear algebra (gauss, determinant), combinatorics (combinations, permutations, binomial), numeric (FFT)

Shell (11 files): sort (bubble, quick, insertion, merge), search (binary, linear), strings (reverse, palindrome, substring), data structures (stack, queue, matrix), number theory (primes, GCD, sieve)

README: updated to list Go and Shell as supported languages with links

Go (21 files): structures (disjoint sets, segment tree, fenwick tree),
graphs (dijkstra, bellman-ford, floyd-warshall, max flow dinic, bipartite
matching, prim MST), sort (quicksort, mergesort), strings (KMP, Z-function),
misc (binary search, GCD), number theory (primes), DP (LIS), geometry
(convex hull), linear algebra (gauss, determinant), combinatorics
(combinations, permutations, binomial), numeric (FFT)

Shell (11 files): sort (bubble, quick, insertion, merge), search (binary,
linear), strings (reverse, palindrome, substring), data structures (stack,
queue, matrix), number theory (primes, GCD, sieve)

README: updated to list Go and Shell as supported languages with links

https://claude.ai/code/session_011FaTWhDuEqyrF5fDV53SCp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants