mykola-den / algorithm_club

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithm Club

Gitter

TL;DR

Complete task 0

FAQ

What are we learning?

What should I know and have before I join?

  1. Have optimism and responsibility enough to keep track and endure the whole course.
  2. Know at least one programming language suitable for completing course.
  3. Know git and github well enough to send pull requests with your completed work.
  4. Have time to join our hangouts calls

How do we organize our work?

  • online hangouts meetings twice per week.
    • keeping track on progress
    • peer review
    • work through several tasks from leetcode \codewars\hackerrank
  • offline meetings per request of team members
  • no restrictions on programming language to use, but we should be able and willing to explain our code to those unfamilliar with my_beloved_programming_language

How to join?

  1. Join our gitter chat linked to this project
  2. Fork this repo.
  3. Create subdirectory %username% in \tasks directory.
  4. Send a pull request so that your work could be included and reviewed
  5. All work is ought to be organized in \tasks\user\week1\solution_1 manner.

current Participants

task 0

  • Join gitter chat
  • Fork this repo
  • Create folder tasks%username%\Theory
  • Create folder tasks%username%\week1
  • Complete sections
    • introduction
    • Asymptotic analysis
    • Divide and conquer algorithms
  • Pass theoretical assessments from Homework 1
    • put a screenshot with your grade into \Theory folder
  • Complete Homework 1
    • put solution code into \week 1 folder

After you have completed task 0 you may pass to task 1

About

License:MIT License


Languages

Language:JavaScript 96.4%Language:Java 1.4%Language:F# 1.2%Language:C# 0.9%Language:HTML 0.1%