• Skip to primary navigation
  • Skip to content
  • Skip to footer
One Step Closer One Step Closer
  • Home
  • Categories
  • Tags
  • About
    Javascript - Linked Lists
    1. Home
    2. /
    3. Javascript
    4. /
    5. Javascript - Linked Lists
    Jonghan Park

    Jonghan Park

    I am enthusiastic about learning new technology.

    • Surrey, BC
    • Portfolio
    • Linkedin
    • GitHub
    • Email

    Javascript - Linked Lists

    August 16, 2023 less than 1 minute read

    Linked List

    • Linear data structure
    • Elements are not stored in a memory locaion
    • Each element has a value and pointer links to the next object in a list

    Tags: Javascript

    Categories: Javascript

    Updated: August 16, 2023

    Share on

    Twitter Facebook LinkedIn
    Previous Next

    Leave a comment

    You may also enjoy

    Leetcode problem 136 - Final Prices With a Special Discount in a Shop

    March 5, 2024 1 minute read

    You are given an integer array prices where prices[i] is the price of the ith item in a shop.

    Leetcode problem 135 - N-ary Tree Postorder Traversal

    March 4, 2024 less than 1 minute read

    Given the root of an n-ary tree, return the postorder traversal of its nodes’ values.

    Leetcode problem 134 - Increasing Order Search Tree

    March 3, 2024 less than 1 minute read

    Given the root of a binary search tree, rearrange the tree in in-order so that the leftmost node in the tree is now the root of the tree, and every node has ...

    Leetcode problem 134 - Maximum Nesting Depth of the Parentheses

    March 2, 2024 1 minute read

    A string is a valid parentheses string (denoted VPS) if it meets one of the following:

    • Follow:
    • GitHub
    • Feed
    © 2024 Jonghan Park. Powered by Jekyll & Minimal Mistakes.