Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.2 KB

File metadata and controls

59 lines (43 loc) · 2.2 KB

Data Structure and Algorithms with Java

Book to Learn Java Language (in Brazilian portuguese)

Learning data structure and algorithms with java by using a Youtube video from @Bro Code channe. The link access is the follows: Learn Data Structures and Algorithms for free

Data Structures:

Concepts

Big O Notation Introduction Big O Notation Speed variants How to shift elements in Dynamic Array

Algorithms

Folder Structure

The workspace contains two folders by default, where:

  • src: the folder to maintain sources
  • lib: the folder to maintain dependencies

Meanwhile, the compiled output files will be generated in the bin folder by default.

If you want to customize the folder structure, open .vscode/settings.json and update the related settings there.

Dependency Management

The JAVA PROJECTS view allows you to manage your dependencies. More details can be found here.