About 398 results
Open links in new tab
  1. Geeksforgeeks Cheatsheets - All Coding Cheat Sheets Collections

    Nov 9, 2023 · In this Coding Cheat Sheet, we'll cover all the Important cheat sheets like SDE Sheets, Python, Data Science, C, C++, Java, HTML, CSS, JavaScript, C++ STL, etc. and It …

  2. C Programming Language Cheat Sheet - GeeksforGeeks

    Jul 23, 2025 · In this Cheat Sheet, we will delve into the basics of the C language, exploring its fundamental concepts that lay the groundwork for programming. We will cover topics such as …

  3. Linux Commands Cheat Sheet - GeeksforGeeks

    Jul 23, 2025 · This cheat sheet covers all the basic and advanced commands, including file and directory commands, file permission commands, file compression and archiving, process …

  4. GeeksforGeeks Master Sheet - List of all Cheat Sheets

    Aug 6, 2025 · Whether you are a beginner or an experienced Java developer, this Java Cheat Sheet is a valuable resource for quickly accessing essential syntax, concepts, and best …

  5. SQL Cheat Sheet ( Basic to Advanced) - GeeksforGeeks

    Jul 23, 2025 · In this guide, we will see a comprehensive cheat sheet for essential SQL operations, offering a practical reference for tasks ranging from database creation to advanced …

  6. Git Cheat Sheet - GeeksforGeeks

    Jul 30, 2025 · Git Cheat Sheet is a concise, well-structured guide for developers and DevOps engineers ideal for both beginners and experienced users. It covers everything from Git …

  7. Python CheatSheet (2025) - GeeksforGeeks

    Jul 23, 2025 · Python is a free and open-source language with a very simple and clean syntax which makes it easy for developers to learn Python. It supports object-oriented programming …

  8. Object Oriented Programming in C++ - GeeksforGeeks

    Sep 16, 2025 · An Object is a basic unit of Object-Oriented Programming that represents real-life entities. A typical C++ program creates many objects, which interact with each other by …

  9. Java Cheat Sheet - GeeksforGeeks

    Oct 9, 2025 · Java is a high-level, object-oriented programming language developed by James Gosling in 1991. It can run on any operating system and follows the Write Once, Run …

  10. Design Patterns Cheat Sheet - When to Use Which Design Pattern?

    Jul 23, 2025 · According to this Design Patterns Cheat Sheet, choose behavioral design patterns when you need to manage algorithms, communication, or responsibilities between objects.