All Projects β†’ irhamputra β†’ Algo.js

irhamputra / Algo.js

Licence: mit
A Very Basic into Intermediate Algorithm Lesson

Programming Languages

javascript
184084 projects - #8 most used programming language
basic
69 projects

Projects that are alternatives of or similar to Algo.js

Robotics Coursework
πŸ€– Places where you can learn robotics (and stuff like that) online πŸ€–
Stars: ✭ 1,810 (+16354.55%)
Mutual labels:  algorithm, algorithms, learning
Competitive Programming
πŸ“Œ πŸ“š Solution of competitive programming problems, code templates, Data Structures and Algorithms, hackathons, interviews and much more.
Stars: ✭ 496 (+4409.09%)
Mutual labels:  algorithm, algorithms
Algorithms
CLRS study. Codes are written with golang.
Stars: ✭ 482 (+4281.82%)
Mutual labels:  algorithm, algorithms
Awesome Ai Books
Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning
Stars: ✭ 855 (+7672.73%)
Mutual labels:  algorithms, learning
Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (+3472.73%)
Mutual labels:  algorithm, algorithms
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview πŸ’―
Stars: ✭ 4,441 (+40272.73%)
Mutual labels:  algorithm, algorithms
React From Zero
A simple (99% ES2015 less) tutorial for React
Stars: ✭ 4,638 (+42063.64%)
Mutual labels:  learning, lesson
Ojalgo
oj! Algorithms
Stars: ✭ 336 (+2954.55%)
Mutual labels:  algorithm, algorithms
Get better at cp in 2 months
This contains the curriculum that I will follow to get better at Competitive Programming in 2 months.
Stars: ✭ 627 (+5600%)
Mutual labels:  algorithm, algorithms
Meta Typing
πŸ“š Functions and algorithms implemented purely with TypeScript's type system
Stars: ✭ 628 (+5609.09%)
Mutual labels:  algorithms, learning
Dsa.js Data Structures Algorithms Javascript
πŸ₯žData Structures and Algorithms explained and implemented in JavaScript + eBook
Stars: ✭ 6,251 (+56727.27%)
Mutual labels:  algorithm, algorithms
Algorithms
Minimal examples of data structures and algorithms in Python
Stars: ✭ 20,123 (+182836.36%)
Mutual labels:  algorithm, algorithms
Proalgos Cpp
C++ implementations of well-known (and some rare) algorithms, while following good software development practices
Stars: ✭ 369 (+3254.55%)
Mutual labels:  algorithm, algorithms
Robotopia
πŸ€– Introducing kids to coding with tiny virtual robots!
Stars: ✭ 478 (+4245.45%)
Mutual labels:  algorithms, learning
Learn Something Every Day
πŸ“ A compilation of everything that I learn; Computer Science, Software Development, Engineering, Math, and Coding in General. Read the rendered results here ->
Stars: ✭ 362 (+3190.91%)
Mutual labels:  algorithm, learning
Algorithms And Data Structures In Java
Algorithms and Data Structures in Java
Stars: ✭ 498 (+4427.27%)
Mutual labels:  algorithm, algorithms
Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
Stars: ✭ 787 (+7054.55%)
Mutual labels:  algorithm, algorithms
R
All Algorithms implemented in R
Stars: ✭ 294 (+2572.73%)
Mutual labels:  algorithms, learning
Towel
Throw in the towel.
Stars: ✭ 333 (+2927.27%)
Mutual labels:  algorithm, algorithms
Book on python algorithms and data structure
πŸͺ Book on Python, Algorithms, and Data Structures. πŸͺ
Stars: ✭ 604 (+5390.91%)
Mutual labels:  algorithm, algorithms

logo

Kumpulan soal-soal latihan algoritma dasar dengan testing JEST

prerequisite

  • Basic understanding javascript

Content

  1. Reverse String
  2. Revever Int
  3. Max Characters (Recurring The Characters)
  4. Chunk Array
  5. The Classic FizzBuzz
  6. Fibonacci
  7. Palindrome

Coming Soon

  1. Anagrams
  2. Sentence Capitalization
  3. Printing Steps
  4. Pyramid
  5. Find The Vowels
  6. Matrix Spiral
  7. Runtime Complexity
  8. Weaving
  9. Stack Data Structure
  10. Circular
  11. Binary Search Trees (BST)
  12. Level Width
  13. Find Midpoint
  14. The Queue Data Structure

Getting Started

  1. Clone this repo
https://github.com/irhamputra/algo-learning.git
cd algo-learning
  1. Install JEST
npm install -g jest
  1. Start JEST
jest {dir}/test.js --watch
example
jest reversestring/test.js --watch
  1. Start answering the question in index.js
function reverse(str){
// Tulis jawaban kamu disini

}

Hasil test lulus atau tidaknya akan muncul di terminal. Selamat belajar!

Repo ini akan selalu update dengan soal-soal terbaru dari beberapa developer handal

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].