Code & run 😉
- Create new Class with
static void Main(string[] args)
for each problem - Specify Class name to run program for
<StartupObject>
in csharp.csproj - Terminal:
dotnet run -p cs
- Watch ts file:
Ctrl + Shift + B
. This will recompile the file on save - Run a program:
Ctrl + Alt + N
on the complied js file
- Two Sum -> Generalized: find x objects in y collections that have a certain relationship.
- Add Two Numbers - LinkedList
- Longest Substring Without Repeating Characters
- Reverse Integer -> Generalized: reverse a collection of objects
- Palindrome Number