Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jonasvsc/your-iq-called

A repository of data structures, algorithms, coding interview questions, and Leetcode problems. Ideal for interview prep and strengthening CS fundamentals.
https://github.com/jonasvsc/your-iq-called

algorithms coding-interview data-structures

Last synced: 2 months ago
JSON representation

A repository of data structures, algorithms, coding interview questions, and Leetcode problems. Ideal for interview prep and strengthening CS fundamentals.

Awesome Lists containing this project

README

        

# your-IQ-called

🚧 **This repository is under construction!** 🚧
I am actively working on this project and will be updating it daily. Stay tuned for new content and improvements!

⭐ If you find this repository helpful, please give it a star to show your support!

*P.S.: If you are looking for passionate developers or have job opportunities, feel free to check out my profile and projects. I'm always open to discussing new possibilities.*

## Table of Contents

- [Introduction](#introduction)
- [Data Structures](#data-structures)
- [Algorithms](#algorithms)
- [Problems](#problems)
- [Coding Interview Questions](#coding-interview-questions)

## Introduction
The objective of this repository is to provide a centralized resource for learning and practicing data structures, algorithms, and common coding interview questions. Each topic is well-documented and accompanied by examples and practice problems to help you solidify your understanding.

## Data Structures
Here you'll find implementations and explanations for a variety of data structures, including:

- Array
- Matrices
- Linked List

## Algorithms
This section covers fundamental algorithms, including:

- Sorting algorithms (e.g., Bubble Sort, Quick Sort, Merge Sort)
- Searching algorithms (e.g., Binary Search, Depth-First Search, Breadth-First Search)
- Dynamic Programming
- Greedy Algorithms
- Backtracking
- And more...

## Problems
A collection of handpicked problems, categorized by difficulty and topic. Each problem includes a solution and explanation.

## Coding Interview Questions
A compilation of common coding interview questions from various tech companies. Each question is solved with detailed explanations and alternative solutions.