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
·
TSiege avatar

TSiege/Tech-Interview-Cheat-Sheet

0
View on GitHub↗
4,673 estrellas·983 forks·TypeScript·MIT·8 vistas

Tech Interview Cheat Sheet

Este proyecto es una colección de referencia para fundamentos de ciencias de la computación, proporcionando una guía de estudio y hojas de referencia para algoritmos y estructuras de datos. Sirve como recurso para la preparación de entrevistas técnicas, combinando conocimiento teórico con patrones de implementación prácticos para desafíos de codificación.

El contenido incluye una guía comparativa para analizar la eficiencia y características de arreglos, listas enlazadas, tablas hash y árboles de búsqueda binaria. Proporciona resúmenes de conceptos académicos incluyendo complejidad temporal y espacial, métodos de ordenamiento y estrategias de búsqueda.

Los materiales cubren patrones algorítmicos, implementaciones de búsqueda y ordenamiento, y notación asintótica. La información está organizada mediante una base de conocimientos basada en markdown con mapeo jerárquico de temas.

Features

  • Technical Interview Preparation - Provides structured study materials and practice challenges specifically designed for preparing for professional software engineering interviews.
  • Coding Interview Preparation - Collections of programming challenges and theoretical knowledge designed to prepare developers for technical interviews.
  • Computer Science Fundamentals - Summarizes core academic concepts including algorithms, data structures, and computational theory for quick review.
  • Data Structure Analysis - Analyzes structural properties and efficiency of different data organizations to determine the most efficient choice for a problem.
  • Algorithmic Patterns - Offers recurring algorithmic strategies and templates, such as recursion and greedy algorithms, to solve complex programming problems.
  • Search Algorithms - Implements fundamental searching algorithms including Breadth-First Search and Depth-First Search for traversing trees and graphs.
  • Sorting Algorithms - Provides educational implementations of comparison-based sorting methods like Merge Sort, Quick Sort, and Insertion Sort.
  • Technical Interview Guides - Offers a curated reference and study guide for mastering data structures and asymptotic notation for job interviews.
  • Technical Interview Preparation - Curates a guide for reviewing asymptotic notation, data structures, and algorithms to prepare for technical interviews.
  • Big O Notations - Explains Big O notation to describe the asymptotic upper bound of an algorithm's runtime and space requirements.
  • Complexity Analysis - Provides methods for evaluating the scaling behavior of algorithms relative to input size using standard mathematical notations.
  • Data Structure Complexity Analyses - Provides detailed analysis of time complexities for arrays, linked lists, hash tables, and binary search trees.
  • Comparative Cheat Sheets - Ships a comparative guide for analyzing the efficiency and characteristics of fundamental data structures.
  • Computer Science Interview Guides - Provides educational summaries of fundamental computer science topics for quick review before technical assessments.
  • Algorithm Complexity References - Includes a reference index detailing the time and space complexity of common data structures and algorithmic patterns.
  • Implementation Practice - Provides practical exercises for implementing algorithm solutions to improve problem-solving speed and skill.
  • Algorithm Foundations - Concise reference for technical interview preparation and common data structures.

Historial de estrellas

Gráfico del historial de estrellas de tsiege/tech-interview-cheat-sheetGráfico del historial de estrellas de tsiege/tech-interview-cheat-sheet

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

Alternativas open-source a Tech Interview Cheat Sheet

Proyectos open-source similares, clasificados según cuántas características comparten con Tech Interview Cheat Sheet.
  • trekhleb/javascript-algorithmsAvatar de trekhleb

    trekhleb/javascript-algorithms

    196,089Ver en GitHub↗

    This repository is a comprehensive collection of data structures and algorithms implemented in JavaScript, designed primarily as an educational resource for computer science study and technical interview preparation. It provides modular implementations of fundamental programming concepts, allowing developers to explore algorithmic logic and data organization through self-contained, verifiable code examples. The library distinguishes itself by pairing every implementation with formal Big O notation, providing predictable insights into time and space scaling requirements. Each algorithm is stru

    JavaScriptalgorithmalgorithmscomputer-science
    Ver en GitHub↗196,089
  • chefyuan/algorithm-baseAvatar de chefyuan

    chefyuan/algorithm-base

    10,702Ver en GitHub↗

    algorithm-base is an educational library and study guide designed for simulating algorithms and studying data structures. It functions as an execution visualizer that renders step-by-step state changes and pointer updates through animated simulations to illustrate how data movement works. The project distinguishes itself by mapping conceptual logic directly to multi-language source code implementations. It utilizes a comparative analysis framework to evaluate different algorithmic strategies based on stability, time complexity, and space complexity, while organizing problems by underlying mec

    algorithmsbaseinterview-practice
    Ver en GitHub↗10,702
  • 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
  • datawhalechina/daily-interviewAvatar de datawhalechina

    datawhalechina/daily-interview

    3,719Ver en GitHub↗

    This project is a technical interview study guide and knowledge base designed for software engineering and AI roles. It provides curated learning paths and a collection of high-frequency questions to help candidates prepare for technical assessments. The resource includes specialized study guides for machine learning, covering supervised and unsupervised learning, computer vision, and natural language processing. It also serves as a system design reference, analyzing architectural patterns, scalability trade-offs, and distributed infrastructure components. Beyond technical theory, the projec

    cvinterview-questionsllm
    Ver en GitHub↗3,719
Ver las 30 alternativas a Tech Interview Cheat Sheet→

Preguntas frecuentes

¿Qué hace tsiege/tech-interview-cheat-sheet?

Este proyecto es una colección de referencia para fundamentos de ciencias de la computación, proporcionando una guía de estudio y hojas de referencia para algoritmos y estructuras de datos. Sirve como recurso para la preparación de entrevistas técnicas, combinando conocimiento teórico con patrones de implementación prácticos para desafíos de codificación.

¿Cuáles son las características principales de tsiege/tech-interview-cheat-sheet?

Las características principales de tsiege/tech-interview-cheat-sheet son: Technical Interview Preparation, Coding Interview Preparation, Computer Science Fundamentals, Data Structure Analysis, Algorithmic Patterns, Search Algorithms, Sorting Algorithms, Technical Interview Guides.

¿Qué alternativas de código abierto existen para tsiege/tech-interview-cheat-sheet?

Las alternativas de código abierto para tsiege/tech-interview-cheat-sheet incluyen: trekhleb/javascript-algorithms — This repository is a comprehensive collection of data structures and algorithms implemented in JavaScript, designed… chefyuan/algorithm-base — algorithm-base is an educational library and study guide designed for simulating algorithms and studying data… apachecn/interview — This project is a comprehensive knowledge base and study resource designed for mastering technical interviews. It… datawhalechina/daily-interview — This project is a technical interview study guide and knowledge base designed for software engineering and AI roles.… hit-alibaba/interview — This project is a comprehensive technical interview preparation guide and computer science knowledge base. It serves… gyoogle/tech-interview-for-developer — This project is a comprehensive technical interview preparation resource and computer science interview guide. It…