Coder Social home page Coder Social logo

carrington-dev / computer_science_repo Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.1 MB

Wits Computer Science Practice

Home Page: https://wits.ac.za

License: MIT License

C++ 42.99% Python 57.01%
algorithms-and-data-structures alogrithms computer-science cpp11 data-structures-and-algorithms progrmming-language

computer_science_repo's Introduction

Important Links

Other Writters

https://github.com/G33kzD3n/Catalogue/blob/master/Domain-Driven%20Design_%20Tackling%20-%20Eric%20Evans_14.pdf

UUID Generation Kotlin

https://www.uuidgenerator.net/dev-corner/kotlin

Topics

We covered a number of topics here. This repo also includes practice answers from hackerrank

Data Structures

  1. Binary Search Trees
    • Insertion
    • Pr-eorder traversal
    • In-order traversal
    • Post-order traversal
    • Outline Traversal
      • recursion
      • using level counter method
    • Left Nodes Traversal Only (printout)
      • recursion
      • using level counter method
    • Right Nodes Traversal Only (printout)
    • Change order traversal
    • Level order traversal
      • using a queue
      • using level counter method
      • recursion
    • Todo
      • Tree Length
      • Leaf Node Print Out
25 20 36 10 22 30 40 5 12 28 38 48 -1
25 20 36 10 22 30 40 5 12 28 38 48 21 24 23 29 37 47 46 -1
25 20 36 10 22 23 30 40 5 12 28 38 48 21 24 29 37 47 46 -1
  1. Linked List (Singly)

    • Insertion
    • Merge
    • reversing
    • Insert at index (to checkout)
    • Add a tail
  2. Queue

    • insert
    • pop
    • top
    • use cases
    • size
  3. Stack

    • insert
    • pop
    • top
    • use cases
    • size
  4. Vector

    • insert
    • pop
    • top
    • index at
    • size
    • reallocate
    • allocate
    • top
    • last
  5. HashMap

  6. Heap

  7. Graphs

https://github.com/Carrington-dev/IDSA
https://www.geeksforgeeks.org/binary-search-tree-data-structure/
https://python-book.softuni.org/chapter-11-tricks-and-hacks.html

computer_science_repo's People

Contributors

carrington-dev 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.