Skip to content

Latest commit

 

History

History

README.md

🧠 Technical Interview Challenges – Logic Mastery Course

This folder contains solutions to coding challenges and algorithm problems from the course "Máster en Lógica de Programación", focused on technical interview preparation and programming logic development.


📘 Course Overview

The course focuses on solving over 50 common logic and algorithm challenges typically seen in job interviews or technical assessments for programmers.

Key areas covered include:

  • Technical coding interview questions
  • Classic algorithm problems
  • General-purpose logic exercises
  • Language-independent challenges (solved here in JavaScript)
  • Tests and debugging practice
  • Programming fluency through repetition and variation

📂 Folder Purpose

This subfolder 01-pruebas-tecnicas/ will include:

  • Well-organized challenge files
  • Naming based on topic and difficulty
  • Inline comments and testable code

🛠️ Technologies Used

  • JavaScript (vanilla)
  • Node.js (to run files locally)

🏁 How to Run

From the terminal:

cd code-practice/js/01-pruebas-tecnicas
node 01-name-of-exercise.js

📚 Learning Goals

  • Sharpen logical reasoning with real coding problems

  • Practice common technical interview exercises

  • Structure and document solutions cleanly

  • Reinforce core programming skills in JavaScript