Skip to content

Day 2: Trying to Create Class in JavaScript #4

Description

@githubdudu

I'll be working on today's study material soon. Sorry for the delay.

Review of Day 1

Some useful reading materials:

  1. Value type and reference type: The Golden Rule of Equals  https://joshhug.gitbooks.io/hug61b/content/chap2/chap21.html

  2. How to implement SLL and DLL :
    https://joshhug.gitbooks.io/hug61b/content/chap2/chap22.html
    https://www.geeksforgeeks.org/singly-linked-list-tutorial/

  3. Time complexity: https://joshhug.gitbooks.io/hug61b/content/chap8/chap84.html

    Image

    Image

Some explaination

The performance of software matters.

Big O or Big omega is just a tool for evaluating the algorithm or data structure. After we implement the SLL and DLL, we will summary the time complexity of each operations.

Java version DLL. The Node class and type can be used in the Node class itself.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions