Skip to content

Commit 9ee1ba0

Browse files
Update README.md
1 parent 2b721e3 commit 9ee1ba0

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
@@ -45,6 +45,8 @@
4545
4646
#### [Check Whiteboard Interview Series - Data Structures and Algorithms on Youtube](https://www.youtube.com/playlist?list=PLqOiaH9id5qt_lZl2bFi8q9RQoV1JJUpf)
4747

48+
#### [Tech Interview Preparation Kit](https://afteracademy.com/tech-interview)
49+
4850
* Array
4951
- 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.
5052

0 commit comments

Comments
 (0)