gods icon indicating copy to clipboard operation
gods copied to clipboard

GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more

Results 59 gods issues
Sort by recently updated
recently updated
newest added

This pull request speeds up the LinkedHashMap Remove() function from O(n) to O(1) and closes #178 **benchmarks before changes** ``` goos: linux goarch: amd64 pkg: github.com/emirpasic/gods/maps/linkedhashmap cpu: AMD Ryzen 7...

In the Readme about the RedBlackTree: ``` tree := rbt.NewWithIntComparator() ``` > Unresolved reference 'NewWithIntComparator'

Add elements of a slice [] T to data structures. set.Add(slice) list.Add(slice) stack.Push(slice) etc

so i just updated chrome earlier today, and then was continuing work on a webgl ar project of mine grabbed two elements by id and appended one to the other,...