Flatten Nested Lists
Write a function flatten that flattens arbitrarily nested lists of integers into a single Vec
#rust #rustlang #programming
Flatten Nested Lists
Write a function flatten that flattens arbitrarily nested lists of integers into a single Vec
#rust #rustlang #programming
Expression Evaluator
Write a function eval(expr: &str) -> Result
#rust #rustlang #programming
Expression Evaluator
Write a function eval(expr: &str) -> Result
#rust #rustlang #programming
Given a compressed string like “a3b2c1”, return its expanded version “aaabbc”.
If this feels familiar, that’s because we tackled the reverse (String Compression) in issue 87.
Given a compressed string like “a3b2c1”, return its expanded version “aaabbc”.
If this feels familiar, that’s because we tackled the reverse (String Compression) in issue 87.
Given a vector of integers, return the index i such that the sum of all elements to the left of i equals the sum of all elements to the right of i. If multiple such indices exist, return the middlemost one (closest to the center). If none exist, return -1.
#rust
Given a vector of integers, return the index i such that the sum of all elements to the left of i equals the sum of all elements to the right of i. If multiple such indices exist, return the middlemost one (closest to the center). If none exist, return -1.
#rust
Typst
If you’ve ever wrestled with LaTeX and thought, “There has to be an easier way”, Typst is that way.
The problem Typst is tackling is simple but painful: writing beautiful, structured documents shouldn’t feel like deciphering cryptic compiler errors.
Typst
If you’ve ever wrestled with LaTeX and thought, “There has to be an easier way”, Typst is that way.
The problem Typst is tackling is simple but painful: writing beautiful, structured documents shouldn’t feel like deciphering cryptic compiler errors.
#rust #programming #rustlang
credits:
www.reddit.com/r/rustjerk/c...
#rust #programming #rustlang
credits:
www.reddit.com/r/rustjerk/c...
String Compression
Your task is to implement a compress_string function that compresses a string by replacing consecutive repeated characters with the character followed by the number of repetitions.
#rust #rustlang #programming
String Compression
Your task is to implement a compress_string function that compresses a string by replacing consecutive repeated characters with the character followed by the number of repetitions.
#rust #rustlang #programming
Two months ago, we paused the Rust challenges to host Rust Q&A interviews with prominent figures in the Rust community.
We sincerely want to thank everyone who took the time to participate. We really appreciate your time and effort.
#rust #rustlang #programming
Two months ago, we paused the Rust challenges to host Rust Q&A interviews with prominent figures in the Rust community.
We sincerely want to thank everyone who took the time to participate. We really appreciate your time and effort.
#rust #rustlang #programming
#rust #rustlang #programming
HelixDB
HelixDB is a database built from scratch to be the backend for any AI application.
#rust #rustlang #programming
HelixDB
HelixDB is a database built from scratch to be the backend for any AI application.
signal.org/blog/spqr/
#rust #rustlang #programming
signal.org/blog/spqr/
#rust #rustlang #programming
Git-cliff
Git-cliff is a changelog generator written in Rust that automatically writes your release notes.
#rust #rustlang #programming
Git-cliff
Git-cliff is a changelog generator written in Rust that automatically writes your release notes.
#rust #rustlang #programming
@itsnotashes
A Deep Dive into Rust and C Memory Interoperability
#rust #rustlang #programming
notashes.me/blog/part-1-...
@itsnotashes
A Deep Dive into Rust and C Memory Interoperability
#rust #rustlang #programming
notashes.me/blog/part-1-...
Jujutsu (jj)
Jujutsu (jj) is the Version Control System (VCS) that will make your Git life less of a headache.
#rust #rustlang #programming
Jujutsu (jj)
Jujutsu (jj) is the Version Control System (VCS) that will make your Git life less of a headache.
#rust #rustlang #programming
We’re excited for this initiative to share their thoughts and experiences with you.
#rust #rustlang #programming
We’re excited for this initiative to share their thoughts and experiences with you.
#rust #rustlang #programming
In our previous issue we challenged you with a Rust quiz.
Let’s move on to this week’s challenge.
Climbing Stairs
#rust #rustlang #programming
In our previous issue we challenged you with a Rust quiz.
Let’s move on to this week’s challenge.
Climbing Stairs
#rust #rustlang #programming
In our previous issue we challenged you with a Rust quiz.
Let’s move on to this week’s challenge.
Climbing Stairs
#rust #rustlang #programming
In our previous issue we challenged you with a Rust quiz.
Let’s move on to this week’s challenge.
Climbing Stairs
#rust #rustlang #programming