Welcome to the Data Structures Lab – Java Arrays Module!
In this lecture, we cover:
✔ Contiguous memory layout for arrays
✔ Indexing and O(1) access
✔ Insertion using right-shifting
✔ Deletion using left-shifting
Full code examples are available on GitHub:
GitHub repo: github.com/Maryam-Skaik/java-ds-lab-arrays
This is Lecture 1 of the DS Lab series.
📌 Follow along with the lecture and try the examples in your IDE (NetBeans, VS Code, or IntelliJ).
#Java #DataStructures #Arrays #DSlab #MaryamSkaik