Skip to content

Commit d2b95b3

Browse files
Update README.md
1 parent b26e828 commit d2b95b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343

4444
> The level of questions asked on the topic of Data Structures And Algorithms totally depends on the company for which you are applying.
4545
46+
#### [Check Whiteboard Interview Series - Data Structures and Algorithms on Youtube](https://www.youtube.com/playlist?list=PLqOiaH9id5qt_lZl2bFi8q9RQoV1JJUpf)
47+
4648
* Array
4749
- An Array consists of a group of elements of the same data type. It is stored contiguously in memory and by using its' index, you can find the underlying data. Arrays can be one dimensional and multi-dimensional. One dimensional array is the simplest data structure, and also most commonly used. It is worth noting that in Java language multi-dimensional arrays are implemented as arrays of arrays. For example, `int[10][5]` is actually one array with its' cells pointing to ten 5-element arrays.
4850

0 commit comments

Comments
 (0)