Algorithm and Data Structure

By Fangtai Dong
Picture of the author
Published on
javascript algorithm and data structure

Dive into the Power of JavaScript Algorithm and Data Structure

JavaScript is one of the most widely-used programming languages in the world of web development. It is a powerful and versatile language that enables developers to create dynamic and interactive websites and applications. As a developer, it is important to understand the fundamental concepts of data structures and algorithms to write clean, efficient and effective code. In this blog, we will dive into the power of JavaScript algorithm and data structure and how they can be used in your development.


Big O

  • Time complexity
  • Space complexity
    • Variables
    • Data Structures
    • Function Call
    • Allocations
  • Readable
  • What causes Space complexity ?
    • Variables
    • Data Structures
    • Function Call
    • Allocations

How to solve problems

  • Analytic Skills
  • Coding Skills
  • Technical Skills
  • Communication Skills

Hi there! Want to support my work?

© 2023 Fangtai Dong. All rights reserved.