Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cryptictech/OpenSourceNotes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: cryptictech/OpenSourceNotes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: Computer-Science-Fundumentals
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 29, 2021

  1. Create Computer Science.md

    The general overview of computer science.
    cryptictech committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    432030b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Update Computer Science.md

    Added how computers work, what algorithms are, and what data structures are.
    cryptictech committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    67ecb07 View commit details
    Browse the repository at this point in the history
  2. Create Algorithms.md

    I want to study how algorithms can be used in computer science to solve problems.
    
    I added the following sections: overview, types of algorithms, applications for algorithms, and limitations for algorithms.
    cryptictech committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    0f6ef95 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Update Algorithms.md

    Added some headers to guide me.
    cryptictech committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    16c3e0a View commit details
    Browse the repository at this point in the history
  2. Create Limitations of Algorithms.md

    Added limitations of algorithms page with a brief overview.
    cryptictech committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    b46b795 View commit details
    Browse the repository at this point in the history
  3. Create Algorithm Complexity.md

    Added the page for algorithm complexity with a brief overview.
    cryptictech committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    c27ed4c View commit details
    Browse the repository at this point in the history
Loading