Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic Data Structures - Revisions in Array description #5600

Closed
andremarko opened this issue May 5, 2024 · 0 comments
Closed

Basic Data Structures - Revisions in Array description #5600

andremarko opened this issue May 5, 2024 · 0 comments

Comments

@andremarko
Copy link

Roadmap URL

https://roadmap.sh/datastructures-and-algorithms

Suggestions

The description provided don't fully the capture behavior of arrays in JavaScript or Python.

An array is a linear data structure that can hold elements and arrange them. It uses contiguous memory space to store elements. In an array, we can directly access any element based on its index which makes it an efficient data structure. Arrays have two types: one-dimensional and multi-dimensional. In a one-dimensional array, data is stored in a linear form while a multi-dimensional array can store data in the form of a matrix or in 3-D format.

Best regards,

André

marvin5567 added a commit to marvin5567/developer-roadmap that referenced this issue May 10, 2024
To give credit where credit is due, the description change is from an issue (kamranahmedse#5600) I picked up by GitHub user 'andremarko';

kamranahmedse#5600

im going to try to provide more videos for all languages across the data structures and algorithms flowchart
kamranahmedse pushed a commit that referenced this issue May 10, 2024
To give credit where credit is due, the description change is from an issue (#5600) I picked up by GitHub user 'andremarko';

#5600

im going to try to provide more videos for all languages across the data structures and algorithms flowchart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants