prerequisites
This liveProject is for software developers, tech educators, and aspiring programmers who know the basics of Java programming. Some experience with Processing will be helpful, but is not required. To begin this liveProject you will need to be familiar with:
TOOLS
- Basic Java skills such as variables and functions, control structures, if statements, and loops
TECHNIQUES
- Simple data structures
- Simple object-oriented programming
- Basic debugging using print statements and the Processing console
you will learn
This liveProject is an ideal preparation for programming interviews, whiteboarding exercises, computer science studies, and visual communication skill improvement. You’ll deepen your programming skills with a better understanding of common algorithms.
- Simple data structures in Java (Processing)
- Selection sort and quick sort algorithms
- Sequential and binary search algorithms