Rust is beautiful and at the same time pretty hard language to learn. While mastering it and digging deeper, I decided to play around basic data structures and algorithms. I put a repo with some theory, implementations and examples on github mainly for myself, but maybe someone will find it helpful, or share more effective solutions. For now, just a few topics are covered, and I’m going to update it from time to time.

repo: https://github.com/tracyspacy/algos_data_structures_rust

  • eveninghere@beehaw.org
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    3 months ago

    Glad to hear :) What I mean is that Rust vectors and arrays are, for example, very similar to C++ vectors and arrays.