Giter Club home page Giter Club logo

engineering's Introduction

Computer Engineering Study Guide

This is my basic Computer Engineering Study Guide and where I did some experiments with algorithms

I am working on it to have some source of knowledge to share with everyone who wants to learn more about computer engineering

Topics

Data Structures

  1. Introduction to Data Structures:

  2. Arrays:

  3. Linked Lists:

    • Singly linked lists, doubly linked lists, and circular linked lists.
    • Insertion, deletion, and searching in linked lists.
    • Implementations and time complexity.
  4. Stacks:

    • Definition and characteristics of stacks.
    • Basic operations (push, pop, peek).
    • Applications of stacks and implementations.
  5. Queues:

    • Definition and characteristics of queues.
    • Basic operations (enqueue, dequeue, peek).
    • Priority queues and implementations.
  6. Trees:

    • Binary trees, binary search trees.
    • Tree traversals (pre-order, post-order, in-order).
    • Basic operations and time complexity.
  7. Graphs:

    • Definition of graphs, representations (adjacency matrix, adjacency list).
    • Graph traversals (DFS, BFS).
    • Common graph algorithms (Dijkstra's, Prim's, Kruskal's).
  8. Hash Tables:

    • Concept of hash tables and hash functions.
    • Collision resolution (chaining, open addressing).
    • Implementations and time complexity.
  9. Heaps:

    • Definition and characteristics of heaps.
    • Basic operations (insertion, deletion, heapify).
    • Heapsort and applications of heaps.
  10. Balanced Trees:

    • AVL trees, red-black trees.
    • Tree balancing and operations.
    • Time complexity in balanced trees.
  11. Directed and Undirected Graphs:

    • Cycles in graphs, topological sorting.
    • Minimum spanning trees (MST).
    • Bellman-Ford and Floyd-Warshall algorithms.
  12. Advanced Data Structures:

    • B-trees, tries, segment trees.
    • Persistent data structures.
    • Data compression and compact data structures.
  13. Time and Space Complexity:

    • Asymptotic analysis (O, Ω, Θ notations).
    • Understanding the complexity of algorithms and data structures.
  14. Search and Sorting Algorithms:

    • Search algorithms (linear search, binary search).
    • Sorting algorithms (insertion sort, merge sort, quicksort).
  15. Practical Applications:

    • Development and implementation of algorithms in real projects.
    • Solving programming problems online and in competitions.

engineering's People

Contributors

linspw avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.