Share your Code Library and Suggestions

Revision en1, by presumption, 2023-03-15 00:34:42

Here are few questions that I had about maintaining a code/snippet library:

  • How do you usually test your code for the library? Any submission link for standard data structures or algorithms?
  • What are some things to keep in mind while writing a code/snippet library? (Suggestion about documentation, unit tests, etc)
  • Can you share your library and what you like or not-like about your library? How would you like to improve it?
  • What are some well-written libraries that someone can use as Black Box?
  • How do people using vim maintain their snippets? (Specifically neovim with lua)

Can someone share the library used by jiangly?

Tags library, segment tree, fenwick tree, dsu, string hashing, graph, range query, sieve of eratosthenes

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English presumption 2023-03-15 00:34:42 723 Initial revision (published)