The Wayback Machine - https://web.archive.org/web/20211130121747/https://github.com/topics/stack
Skip to content
#

stack

Here are 2,815 public repositories matching this topic...

GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables, Sort, JSON
  • Updated Nov 3, 2021
  • Go

📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
  • Updated Oct 1, 2021
  • TypeScript
Anton-Latukha
Anton-Latukha commented Nov 11, 2021

I'd loved to see those function "signature comments" displayed. HLS already helps to write them. I found them often being a true way of documenting what function does, as people often in function docs just white what functions accepts & does with args - people write that style way quite intuitively & that fits greatly to be a signature comments. To see those sometimes would be an immense simplific

Improve this page

Add a description, image, and links to the stack topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stack topic, visit your repo's landing page and select "manage topics."

Learn more