Y
Hacker News
new
|
ask
|
show
|
jobs
by
lgas
3291 days ago
> Data structures and algorithms are possibly the hardest part of Rust to dive into
What else is there?
2 comments
Paul-ish
3291 days ago
I think it was too much for the. to say "Data structures AND algorithms". It is mostly data structures that can be difficult.
link
jeeyoungk
3291 days ago
Agreed. It's very unnatural to represent data structures with circular references, or pointers in general. I had to re-think how I approach certain problems to make it more Rust-friendly.
link
geodel
3291 days ago
CRUD webapps. It can get venture funding too if one can design a login page.
link