Is it possible to solve LeetCode problem#141 Linked List Cycle using Rust?

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

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
  • too-many-lists

    Learn Rust by writing Entirely Too Many linked lists

  • Here's a page specificaly dedicated to linked lists: https://rust-unofficial.github.io/too-many-lists/

  • Here's an issue on github for that problem: https://github.com/LeetCode-Feedback/LeetCode-Feedback/issues/2252

  • 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
  • gists

  • ghost-collections

    Safe collections written in stable Rust, based on GhostCell and StaticRc.

  • I read a while ago about a paper on a concept called GhostCell, and i believe it solves this problem in safe rust with zero runtime overhead. I just found this implementation, but I didn't have time to read it: https://github.com/matthieu-m/ghost-collections/blob/master/src/linked_list.rs Anyway, from my understanding, if you want to implement some sort of non trivial data structure in rust efficiency, you have to use a little bit of unsafe code. I believe this isn't the case thanks to GhostCell (if my understanding of the problem it aims to solve is correct)

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

  • Zed Decoded: Linux When? – Zed Blog

    6 projects | news.ycombinator.com | 7 May 2024
  • Eugene is a CLI tool for reviewing Postgres SQL migration scripts

    1 project | news.ycombinator.com | 7 May 2024
  • Show HN: Fire-ninja-bot a telegram bot fight censorship

    1 project | news.ycombinator.com | 7 May 2024
  • Rust to .NET compiler – Progress update

    2 projects | news.ycombinator.com | 3 May 2024
  • uv: An fast Python package installer and resolver, written in Rust

    1 project | news.ycombinator.com | 7 May 2024