Skip to content
View MorganBergen's full-sized avatar
💭
studying
💭
studying
Block or Report

Block or report MorganBergen

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
MorganBergen/README.md

about_me

let about = {

    name: "Morgan Maha Bergen",

    education: [ {
            institution: "Wichita State University",
            degree: "B.S. Computer Science",
            graduation_date: 2025
        }
    ];

    desired_role: [
        "software engineer"
    ];

}

Pinned

  1. CPP-Data-Structures CPP-Data-Structures Public template

    Basics of Compilers in relationship to C++ compilation to object and machine code via makefile scripting. Basics of Algorithmic Design - Essentially how to design a sequence of precise instructions…

    C++ 3

  2. embedded-systems embedded-systems Public

    This repo will illustrate material pertaining to the course embedded systems: an intelligent system with special-purpose computation capabilities. By addressing the internal organization of micro-c…

    C 1

  3. probability-and-statistics probability-and-statistics Public

    Probability and Stochastic Processes - probability and statistics with applications. Reliability of systems. Discrete and continuous random variables. Expectations, functions of random variables, a…

    MATLAB 5

  4. theory-of-computation theory-of-computation Public

    Finite state automata and regular expressions. Context-free grammars and pushdown automata. Turing machines. Models of computable functions and undecidable problems. The course emphasis is on the t…

    C++ 2 1

  5. communication-networks communication-networks Public

    communication networks, network traffic, network impairments, standards, layered reference models for organizing network functions/

  6. data-mining data-mining Public

    the core topics to be covered include data preproprocessing, classification, cluster analysis, association analysis, anomaly detection, neural networks, model evaluation, and applications like reco…