How do you go about the lack of built in data structure like stack, queue for LeetCode

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • gods

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

  • for len(stack) > 0 { n := len(stack) - 1 // Top element fmt.Print(stack[n]) stack = stack[:n] // Pop } ``` Another solution would be to import a package like https://github.com/emirpasic/gods

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Go Structures - Custom made generic data structures for Golang

    2 projects | /r/golang | 5 Jan 2023
  • Hash Array Mapped Trie (HAMT) implemented in Go (1.18+ generics)

    5 projects | /r/golang | 23 Jul 2022
  • Are there implementations of data structures with generics? Are they needed?

    2 projects | /r/golang | 1 Jun 2022
  • Gods Go Data Structures

    1 project | news.ycombinator.com | 31 Jan 2022
  • Experimental generic implementations of various data structures (map, b-tree, AVL tree, rope, and more)

    6 projects | /r/golang | 18 Dec 2021