-
Updated
Sep 26, 2021 - JavaScript
{{ message }}
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
Entire React code base explanation by visual block schemes (Stack version)
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview
Nothing but sugar.
A docker-compose stack for Prometheus monitoring
A mostly reasonable collection of technical software development interview questions solved in Javascript
Highly customizable notification snackbars (toasts) that can be stacked on top of each other
A collection of powerful data structures
Lightweight mobile-friendly Docker Swarm management UI
Cheat Sheet for Android Interviews
A simple but highly customizable UICollectionViewLayout for UICollectionView -- Simple SwiftUI views that let you make page-view effects.
IntelliJ plugin for Haskell
Factor programming language
A complete, fully tested and documented data structure library written in pure JavaScript.
Full stack tools for monitoring containers and other stuff. ;)
An Android library introducing a stack of Views with the first item being flippable.
Algorithm is a library of tools that is used to create intelligent applications.
ML-Ensemble – high performance ensemble learning
A collection of classical data structures
qLibc is a simple and yet powerful C library providing generic data structures and algorithms
Opinionated full stack web app's boilerplate, ready to be deployed to AWS platform.
DECK is a powerful and high performant local web development studio unlike any other.
Add a description, image, and links to the stack topic page so that developers can more easily learn about it.
To associate your repository with the stack topic, visit your repo's landing page and select "manage topics."
When completing a type signature HLS is very conservative and always adds parentheses around the actual type.
For example something like
myHead :: [a] -> _will get a type ofmyHead :: [a] -> (a). Note the parentheses around the a.While I personally don't have a big problem with this. Many of my colleagues insist on them being removed. Which usually makes these signatures easier to read