awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sl1673495 avatar

sl1673495/leetcode-javascript

0
View on GitHub↗
2,113 estrellas·345 forks·JavaScript·10 vistas

Leetcode Javascript

Este repositorio es una colección curada de implementaciones en JavaScript para desafíos algorítmicos estándar y problemas de entrevistas técnicas. Sirve como recurso de aprendizaje estructurado para que los desarrolladores dominen estructuras de datos fundamentales y lógica computacional a través del estudio de soluciones de código verificadas.

El proyecto destaca por organizar las soluciones de acuerdo con patrones algorítmicos estandarizados, permitiendo un enfoque centrado en dominar técnicas de resolución de problemas recurrentes. Al categorizar las implementaciones por dominio y enfoque técnico, proporciona un camino claro para navegar por acertijos de lógica complejos y desarrollar competencia en escenarios comunes de entrevistas.

El repositorio admite un entorno de estudio riguroso integrando la verificación basada en pruebas unitarias para confirmar la corrección de las soluciones en varios escenarios de entrada. También facilita el desarrollo local a través de una estructura de sistema de archivos modular y proporciona la configuración necesaria para admitir la depuración interactiva y la ejecución paso a paso de la lógica algorítmica.

Features

  • Algorithmic Problem Solving - Provides a curated repository of JavaScript-based algorithmic interview problems organized by pattern.
  • Interview Pattern Solutions - Teaches identification and application of algorithmic strategies for technical interviews.
  • Algorithm Interview Challenges - Maintains a curated collection of verified code solutions for standard interview challenges.
  • JavaScript Learning Modules - Provides structured learning modules for mastering algorithms using JavaScript.
  • Pattern-Based Algorithm Categorization - Categorizes algorithmic solutions by recurring patterns to facilitate structured learning.
  • Technical Interview Preparation - Offers practice materials and challenges to prepare for software engineering recruitment assessments.
  • Coding Skill Improvement Resources - Improves software engineering skills through the study of structured algorithmic solutions.
  • Data Structures - Offers educational resources for learning fundamental data structures through code implementations.
  • Sliding Window Algorithms - Implements sliding window techniques to efficiently process data sequences.
  • Unit Testing Frameworks - Uses automated unit test suites to verify the correctness of algorithmic implementations.

Historial de estrellas

Gráfico del historial de estrellas de sl1673495/leetcode-javascriptGráfico del historial de estrellas de sl1673495/leetcode-javascript

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Leetcode Javascript

Colecciones seleccionadas manualmente donde aparece Leetcode Javascript.
  • Algoritmos y estructuras de datos en JavaScript

Alternativas open-source a Leetcode Javascript

Proyectos open-source similares, clasificados según cuántas características comparten con Leetcode Javascript.
  • apachecn/interviewAvatar de apachecn

    apachecn/Interview

    8,944Ver en GitHub↗

    This project is a comprehensive knowledge base and study resource designed for mastering technical interviews. It provides structured guides, roadmaps, and curricula focused on data structures, algorithms, system design, and frontend engineering to help candidates prepare for software engineering screenings. The repository distinguishes itself by offering a holistic approach to professional advancement. Beyond technical drills, it includes a career development handbook covering resume optimization, salary benchmarking, and strategic negotiation coaching. It also provides detailed methodologie

    Jupyter Notebookinterviewkaggleleetcode
    Ver en GitHub↗8,944
  • careercup/ctci-6th-edition-pythonAvatar de careercup

    careercup/CtCI-6th-Edition-Python

    5,199Ver en GitHub↗

    This project is a technical interview study guide and algorithm reference library. It provides a collection of Python implementations for algorithmic challenges and data structure problems common to software engineering coding assessments. The repository serves as a resource for coding interview solutions, featuring documented code samples for sorting, searching, and optimization algorithms. It includes an automated solution test suite to verify the correctness of these implementations across various edge cases. The project emphasizes the use of idiomatic Python patterns and standard library

    Python
    Ver en GitHub↗5,199
  • awangdev/leet-codeAvatar de awangdev

    awangdev/leet-code

    4,344Ver en GitHub↗

    This project is a curated reference library of algorithmic patterns, data structure implementations, and system design notes. It serves as a Java algorithmic problem set and a competitive programming guide, providing a collection of solutions for coding challenges from platforms like LeetCode and LintCode. The library is distinguished by its comprehensive set of Java implementations for advanced data structures and algorithmic strategies. It includes detailed references for solving complex problems with accompanying time and space complexity analysis. The project covers a broad surface of co

    Javaalgorithmdynamicprogrammingjava
    Ver en GitHub↗4,344
  • zhedahht/codinginterviewchinese2Avatar de zhedahht

    zhedahht/CodingInterviewChinese2

    5,405Ver en GitHub↗

    CodingInterviewChinese2 is a collection of source code implementations for common algorithmic challenges and data structures designed for technical coding interviews. It serves as an algorithm interview solution set and a technical interview study guide, providing C++ programming examples that demonstrate the logic and efficiency required for software engineering roles. The repository functions as a competitive programming study guide and a data structures reference. It provides solved programming exercises and technical interview code samples to help users master the problem-solving patterns

    C++
    Ver en GitHub↗5,405
Ver las 30 alternativas a Leetcode Javascript→

Preguntas frecuentes

¿Qué hace sl1673495/leetcode-javascript?

Este repositorio es una colección curada de implementaciones en JavaScript para desafíos algorítmicos estándar y problemas de entrevistas técnicas. Sirve como recurso de aprendizaje estructurado para que los desarrolladores dominen estructuras de datos fundamentales y lógica computacional a través del estudio de soluciones de código verificadas.

¿Cuáles son las características principales de sl1673495/leetcode-javascript?

Las características principales de sl1673495/leetcode-javascript son: Algorithmic Problem Solving, Interview Pattern Solutions, Algorithm Interview Challenges, JavaScript Learning Modules, Pattern-Based Algorithm Categorization, Technical Interview Preparation, Coding Skill Improvement Resources, Data Structures.

¿Qué alternativas de código abierto existen para sl1673495/leetcode-javascript?

Las alternativas de código abierto para sl1673495/leetcode-javascript incluyen: apachecn/interview — This project is a comprehensive knowledge base and study resource designed for mastering technical interviews. It… careercup/ctci-6th-edition-python — This project is a technical interview study guide and algorithm reference library. It provides a collection of Python… awangdev/leet-code — This project is a curated reference library of algorithmic patterns, data structure implementations, and system design… zhedahht/codinginterviewchinese2 — CodingInterviewChinese2 is a collection of source code implementations for common algorithmic challenges and data… chefyuan/algorithm-base — algorithm-base is an educational library and study guide designed for simulating algorithms and studying data… careercup/ctci — This project is an algorithm implementation repository and coding interview practice guide. It provides a collection…