E-Leet Coding
public class AboutMe {
public static void main(String[] args) {
System.out.println("Welcome to my YouTube channel!");
System.out.println("Here’s a little about me:");
String name = "Rawad";
String passion = "coding, creativity, and sharing ideas";
String mission = "to learn, build, and inspire along the way";
System.out.println("Name: " + name);
System.out.println("Passion: " + passion);
System.out.println("Mission: " + mission);
int videosUploaded = Integer.parseInt("alot");
boolean learningEveryday = true;
if (learningEveryday) {
System.out.println("Always leveling up and trying new things!");
}
System.out.println("Hit subscribe, and let's get better together");
System.out.println("Wait - How do you say Hi in Java?");
}
}
Nth Highest Salary - LeetCode 177 | JAVA
Remove Duplicates From Sorted Array II LeetCode 80
Article Views I LeetCode 1148
Next Greater Element I - LeetCode 496 | JAVA
Replace Employee ID With The Unique Identifier - LeetCode 1378
Tree Node - LeetCode 608 | JAVA
Customer Placing the Largest Number of Orders - LeetCode 586 | JAVA
Intersection of Two Arrays - LeetCode 349 | JAVA
Not Boring Movies - LeetCode 620 | JAVA
Find All Anagrams in a String - LeetCode 438 | JAVA
Swap Salary - LeetCode 627 | JAVA
Word Pattern - LeetCode 290 | JAVA
Big Countries - LeetCode 595 | JAVA
Find Customer Referee - LeetCode 584 | JAVA
Rising Temperature - LeetCode 197 | JAVA
Happy Number - LeetCode 202 | JAVA
Customers Who Never Order - LeetCode 183 | JAVA
Pascal's Triangle - LeetCode 118 | JAVA
Duplicate Emails - LeetCode 182 | JAVA
Employees Earning More Than Their Managers - LeetCode 181 | JAVA
Valid Anagram - LeetCode 242 | JAVA
Combine Two Tables - LeetCode 175 | JAVA
Reverse Words in a String - LeetCode 151 | JAVA
Relative Sort Array - LeetCode 1122 | JAVA
Sum of Left Leaves - LeetCode 404 | JAVA
Add Strings - LeetCode 415 | JAVA
Find the Duplicate Number - LeetCode 287 | JAVA
Self Dividing Numbers - LeetCode 728 | JAVA
Find All Numbers Disappeared in an Array - LeetCode 448 | JAVA
Remove Duplicates from Sorted List - LeetCode 83 | JAVA