Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 602 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 602 Bytes

Coding Interview Preparation

This repository contains a guide to Software Engineering coding interviews.

For each problem are available:

  • a solution in multiple programming languages
  • the thinking process needed to find the solution
  • the time and space complexity analysis of the solution

Problems Categories

Here are the solved problems divided by category:

  • Arrays