Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/salvillalon45/the-software-engineering-guide


https://github.com/salvillalon45/the-software-engineering-guide

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# The Software Engineering Guide

A repo that contains my learning on JavaScript and how to use it to understand Computer Science Concepts and prepare for data structures and algorithms

It also contains a table with my answers to [NeetCode 150 Technical Interview Problems](https://neetcode.io/practice)

It contains the following:
1. Intro to JS
- What is JavaScript
2. Object Oriented
- constructor functions
- prototypes
3. Design Patterns
- The Factory Pattern
- The Module Pattern
4. Data Structures
- Dynamic Array
- Stacks and Queue
- Linked List
- Binary Search Tree