Skip to content
View joudkh's full-sized avatar

Block or report joudkh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Design-and-Analysis-of-Algorithms Design-and-Analysis-of-Algorithms Public

    This course is a study of the design, analysis and representation of algorithms. Topics include: Models of computation, fundamental strategies divide-and-conquer, recursion, search and traversal, b…

    C# 1

  2. Computer-Graphics Computer-Graphics Public

    This course represents an introduction and fundamentals of computer graphics. Lines and circles algorithms. Geometrical transformation in 2D and 3D (Translation, Scaling, Rotation). Composing trans…

    C# 1 1

  3. Information-System-Analysis-and-Design Information-System-Analysis-and-Design Public

    This course is an overview of system analysis and design. Concepts and methods used in the analysis, design, and deployment of information systems. Explore the major issues at each stage in the sys…

    1

  4. Programming-1 Programming-1 Public

    This course is focused on procedural programming using an appropriate programming language. It covers : arrays, functions, pointers, Dynamic memory allocation, Structures, classes and related topic…

    C++

  5. Programming-Languages Programming-Languages Public

    This course covers the principals of programming languages. It includes the structures of programming languages. Formal specifications of syntax, semantics and translation. Data structures, data co…

    Python

  6. Compiler-Design Compiler-Design Public

    Introduction to compilation, interpretation, translation, formal languages and grammars, major compilation phases such as lexical analysis, syntax analysis, intermediate code generation, semantic a…

    C#