Giter VIP home page Giter VIP logo

dsa_in_js's Introduction

Data Structures And Algorithms in JavaScript

Author: Gerald Addey

This repository serves as a platform for the implementation and documentation of various data structures and algorithms.

Introduction:

The aim is to gain thorough undersnading of data structures and algorithm in javascript for efficient peoblem solving.

Data Structures:

Data manipulation, a fundamental aspect of coding, revolves around managing values and their relationships. Data structures offer different ways of organizing data in computers, categorizing into primitive and non-primitive types.

Complexity Analysis:

Understanding the efficiency of algorithms involves assessing time and space complexities, crucial measures in determining their performance.

Memory:

Memory is likened to a canvas, finite and organized into bytes, each with a unique address. Memory blocks streamline data storage, aiding in efficient access and management.

Pointers:

Variables storing memory addresses of other variables facilitate efficient data access in computers.

Big O Notation:

Expressing algorithm runtime growth concerning input size helps gauge their efficiency. Different O notations categorize runtimes relative to input growth rates.

Simplify Big O:

In simplifying Big O expressions, focus lies on the fastest-growing term as input size increases, disregarding less significant terms and coefficients.

dsa_in_js's People

Contributors

geraldaddey avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.