Welcome to the VS Code Java world. Here is a guideline to help you get started to write Java code in Visual Studio Code.
The workspace contains two folders by default, where:
src: the folder to maintain sourceslib: 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.jsonand update the related settings there.
The JAVA PROJECTS view allows you to manage your dependencies. More details can be found here.
This project is making to know how is my learning in problem solutions I make this with the aim of seeing my progress. The majory of the project is my trying to solve the exercise, sometimes you will see the code is a total crap, the English or both but I doing this to show that with persistents and passion you can solve very difficult problems.
If you have a suggestion make your pull request will see you when we finish 100 exercises with a new message
23/05/2025
- EASY: 10
- MEDIUM: 2
- HARD: 0
- P1 Two Sum
- P9 Add Two Numbers
- P13 Roman To Integer
- P14 Longest Common Prefix
- P20 Valid Parentheses
- P21 Merged Two Sorted List
- P26 Remove Duplicates From Sorted Array
- P27 Remove Element
- P28 Find The Last Index Of The Occurrence In A String
- P35 Search Insert Position
- P2 AddTwoNumber
- P12 IntegerToRoman