Skip to content

pritamkumarshahi/interview-prep-js-dsa-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview Preparation Repository

This repository contains various examples and implementations to aid in interview preparation and enhance your understanding of JavaScript, algorithms, and data structures.

Contents

JavaScript

This folder contains examples and explanations of fundamental and advanced JavaScript concepts.

  • Basics: Fundamental JavaScript concepts.
  • Functions: Different types and aspects of functions.
  • Objects: Object-oriented JavaScript.
  • Arrays: Working with arrays.
  • ES6: ES6 and newer features.
  • Asynchronous: Handling asynchronous operations.
  • ErrorHandling: Error handling techniques.

Algorithms

This folder contains implementations of various algorithms, organized by type.

  • Sorting Algorithms: Implementations of different sorting techniques.
  • Searching Algorithms: Implementations of different searching techniques.
  • Data Structures: Implementations of basic data structures.
  • Dynamic Programming: Solutions to dynamic programming problems.
  • Graph Algorithms: Implementations of graph algorithms.

Data Structures

This folder contains implementations of basic data structures. Each file provides a different data structure and its operations.

Data Structures

  • Stack: stack.js
  • Queue: queue.js
  • Linked List: linkedList.js
  • Binary Tree: binaryTree.js
  • Hash Table: hashTable.js
  • Graph: graph.js

Usage

To use any script, clone this repository and require or import the scripts in your JavaScript files. For example:

git clone https://github.com/yourusername/your-repository.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published