awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
TSiege avatar

TSiege/Tech-Interview-Cheat-Sheet

0
View on GitHub↗
4,673 stars·983 forks·TypeScript·MIT·9 vues

Tech Interview Cheat Sheet

Ce projet est une collection de référence pour les fondamentaux de l'informatique, fournissant un guide d'étude et des fiches mémo pour les algorithmes et les structures de données. Il sert de ressource pour la préparation aux entretiens techniques, combinant connaissances théoriques et modèles d'implémentation pratiques pour les défis de code.

Le contenu inclut un guide comparatif pour analyser l'efficacité et les caractéristiques des tableaux, listes chaînées, tables de hachage et arbres de recherche binaires. Il fournit des résumés de concepts académiques incluant la complexité temporelle et spatiale, les méthodes de tri et les stratégies de recherche.

Les matériaux couvrent les modèles algorithmiques, les implémentations de recherche et de tri, et la notation asymptotique. L'information est organisée via une base de connaissances basée sur Markdown avec un mapping hiérarchique des sujets.

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.

Historique des stars

Graphique de l'historique des stars pour tsiege/tech-interview-cheat-sheetGraphique de l'historique des stars pour tsiege/tech-interview-cheat-sheet

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Tech Interview Cheat Sheet

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Tech Interview Cheat Sheet.
  • trekhleb/javascript-algorithmsAvatar de trekhleb

    trekhleb/javascript-algorithms

    196,089Voir sur 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
    Voir sur GitHub↗196,089
  • chefyuan/algorithm-baseAvatar de chefyuan

    chefyuan/algorithm-base

    10,702Voir sur 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
    Voir sur GitHub↗10,702
  • apachecn/interviewAvatar de apachecn

    apachecn/Interview

    8,944Voir sur 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
    Voir sur GitHub↗8,944
  • datawhalechina/daily-interviewAvatar de datawhalechina

    datawhalechina/daily-interview

    3,719Voir sur 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
    Voir sur GitHub↗3,719
Voir les 30 alternatives à Tech Interview Cheat Sheet→

Questions fréquentes

Que fait tsiege/tech-interview-cheat-sheet ?

Ce projet est une collection de référence pour les fondamentaux de l'informatique, fournissant un guide d'étude et des fiches mémo pour les algorithmes et les structures de données. Il sert de ressource pour la préparation aux entretiens techniques, combinant connaissances théoriques et modèles d'implémentation pratiques pour les défis de code.

Quelles sont les fonctionnalités principales de tsiege/tech-interview-cheat-sheet ?

Les fonctionnalités principales de tsiege/tech-interview-cheat-sheet sont : Technical Interview Preparation, Coding Interview Preparation, Computer Science Fundamentals, Data Structure Analysis, Algorithmic Patterns, Search Algorithms, Sorting Algorithms, Technical Interview Guides.

Quelles sont les alternatives open-source à tsiege/tech-interview-cheat-sheet ?

Les alternatives open-source à tsiege/tech-interview-cheat-sheet incluent : 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…