Skip to content

cerberlink/Algorithm

Repository files navigation

Algorithm

I have taken COMP 482 at CSU Northridge in Spring Semester 2020

I have been learning about Algorithm.

I am going to break the Algorithm down.

I have used the specific textbook, so I only learned each chapter from the book.

  • Stable Matching

  • Algorithm Analysis

  • Graphs

  • Greedy Algorithm

  • Masters Theorem

    • (this part is not from the specific book. I am sure you can look it through Google. There are awesome resources outside about Masters Theorem)
  • Divide and Conquer

  • Dynamic Programming

  • Network Flow

  • NP and Computational Intractability

Java Code Snippet

I assume some of you are familiar with Java which is the programming language. Here is the simple code for HelloWorld.java below.

public class HelloWorld{
    public static void main(String[] args){
        System.out.println("Hello World");
    }
}

After finishing the code, please use the javac HelloWorld.java. When you will see the HelloWorld.class.

When you want to see the output, you can use the java HelloWorld, so you will see the output.

About

I have taken COMP 482 at CSU Northridge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages