You are on page 1of 1

Newton School Refer a friend KA

Course Notes

Basics of Programming
1-D Array
Java Programming - [Syntax]
Input, Output
Variables & Operators
Java array is an object which contains elements of a similar data type. Additionally, the
Control Structures
elements of an array are stored in a contiguous memory location. It is a data structure
Loops
where we store similar typed elements. We can store only a fixed number of elements in
Functions (DSA) a Java array of the given length unless we reach the capacity of the array.
Java/JDK Intro & Setup
Basics of Programming
Input, Output
Variables & Operators
Datatypes & Variables
Operators
Control Structures
If else ladder Arrays in Java are zero-indexed, the first element of the array is stored at the 0th index,
Switch case the 2nd element is stored on the 1st index and so on.

Ternary Operator
Loops
Functions (DSA)
1-D Array
2-D Arrays
Maths
Primes
Geometry
GCD
Bit Manipulation
Time and Space Complexity
Recursion(new)
Two Pointers
String Basics
Sortings
Insertion Sort
Bubble Sort
Merge Sort
Quick Sort
Modulo Arithmatics
Modular Exponentiation
Modular Inverse
Searching
Linear Search
Binary search
Hashing

Help

You might also like