awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Programming Interview Questions · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesProgramming Interview Questions

Collections of technical questions and answers focused on programming language concepts and software engineering fundamentals.

Distinguishing note: No candidates provided; minting under Education umbrella to house technical interview preparation content.

Explore 1 awesome GitHub repository matching education & learning resources · Programming Interview Questions. Refine with filters or upvote what's useful.

  1. Home
  2. Education & Learning Resources
  3. Programming Interview Questions

Awesome Programming Interview Questions GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • forthespada/CS-Books

    forthespada/CS-Books

    26,269View on GitHub↗

    This project is a community-driven knowledge base and career development platform designed to support students and aspiring software engineers in mastering technical domains. It functions as a structured educational framework that aggregates personal study notes, interview insights, and curated learning materials into a unified, searchable repository. By centralizing these resources, the platform facilitates peer-to-peer skill acquisition and provides a clear roadmap for navigating complex computer science subjects. The platform distinguishes itself through experience-driven content synthesis

    malloc/free和new/delete都是用来申请内存和回收内存的。 - 在对非基本数据类型的对象使用的时候,对象创建的时候还需要执行构造函数,销毁的时候要执行析构函数。而malloc/free是库函数,是已经编译的代码,所以不能把构造函数和析构函数的功能强加给malloc/free,所以new/delete是必不可少的。

    algorithmsccpp
    26,269View on GitHub↗