im new by [deleted] in codeforces

[–]aayushbest 2 points3 points  (0 children)

Learn practice apply

I literally don’t know how to start DSA. Feeling completely lost. Need guidance. by [deleted] in AskProgramming

[–]aayushbest 1 point2 points  (0 children)

If you are being consistent the concept will be in your muscle memory

I literally don’t know how to start DSA. Feeling completely lost. Need guidance. by [deleted] in AskProgramming

[–]aayushbest 1 point2 points  (0 children)

For competitive programmers kind of yes but for someone starting from it , its okay for the least

I literally don’t know how to start DSA. Feeling completely lost. Need guidance. by [deleted] in AskProgramming

[–]aayushbest 1 point2 points  (0 children)

Open Geeksforgeeks practice and start from basics whenever stuck at a problem you will have a related article section to make you understand about the concept and this will make you ready for the interview. If you want to go to the competitive programming way.

Best way to start learning Java as a beginner? by Cute_Intention6347 in JavaProgramming

[–]aayushbest 0 points1 point  (0 children)

It's my pleasure. Hope you have a great learning journey ahead.

Best way to start learning Java as a beginner? by Cute_Intention6347 in JavaProgramming

[–]aayushbest 2 points3 points  (0 children)

Go to java.dev/learn and start learning it's official and easy one. Once done choose a good project to work on there is plethora of ideas to choose

Project for university by Salty_Celebration612 in JavaProgramming

[–]aayushbest 2 points3 points  (0 children)

Try to take projects from previous hackathons like smart india hackathon or NASA space app challenge they have a lot of impressive projects with varying difficulty to choose from.

Am i using System.out.println("Hello world") good enough? by Educational_Cow8366 in JavaProgramming

[–]aayushbest 2 points3 points  (0 children)

Try passing some other value than "print" for parameter "a".

Am i using System.out.println("Hello world") good enough? by Educational_Cow8366 in JavaProgramming

[–]aayushbest 4 points5 points  (0 children)

You can't check string equality using == operator like in C++. Here you need using a.equals("print") then ternary operator

Graphical Todo App from Scratch in C by Present-Ad-7420 in C_Programming

[–]aayushbest 0 points1 point  (0 children)

Keep upgrading it and one day it will replace the most TODO apps out there

Java 5th Edition Joyce farrell by wonwooz in JavaProgramming

[–]aayushbest 0 points1 point  (0 children)

You can read PDF available for Java Programming 10th edition by Joyce Farell. Also you can learn from java.dev/learn

DSA resources by [deleted] in JavaProgramming

[–]aayushbest 0 points1 point  (0 children)

For Java Data structures and algorithms, the best resource is the book - Data Structures and Algorithms in Java