-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the DataStructs.jl wiki! This is part of a project called Do Zero ao Julia. Follow us at https://ime.unicamp.br/julialang/
Data structures are one of the introductory topics of computer science degrees. However, Julia presents some interesting aspects in the discussion of data structure implementations as it is not an object-oriented language like C++ or Python. Yet, this is not a deterrent to actually using the language to model data. As such, we introduce a simple package to run data structures in Julia, as part of a course on Julialang.
Hopefully, this is helpful to you!
This wiki represents the documentation of the library - how to get started, how the data structures are currently implemented, how to modify them and how use them in your projects. Have fun!