Giter VIP home page Giter VIP logo

coding_basics's Introduction

# Welcome to the Coding_basics wiki!

The intention of this python repository is to deliver a quick overview
that allows you to review concepts you haven't used in a while but require for your actual prohject and get you going as soon as possible.
So far the following topics are planned:
- Big O notation and relevance for choice of function (with loops, nested loops, recursive, other?)
- function, class methods and overhead
- sorting and search algorithms

Right now I'm working on, "Big O notation..."

any suggestions?



# Progress status on:

## Big O notation:
### 1. The plan:
### 2. The actual progress:
### 3. How has it been useful to you?

### 1. The plan:
1.1. Deliver a quick review on the concepts with practical "trials".
1.2. Rank different types of codes (functions with loops, functions with nested loops, recursive functions, and maybe others?) according to their time complexity (Big O notation) and describe their main application for easy decision making when choosing how to design you code.

### 2. The actual progress:
2.1. Three trials for a quick concept review are given.
The first part of the code is structured to make a clear distinctions between execution time (Trial 2) and the number of times a statement gets executed (Trial 2).
The choice of code and the formulation might still be confusing.

2.2. Sorry guys, these are still loose ends I have to sort.

### 3. How has it been useful to you?
So far of no use to anyone yet.

coding_basics's People

Contributors

nouma-mdw 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.