All Projects → williscool → code_gym

williscool / code_gym

Licence: other
A workspace for learning computer science and software engineering topics

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to code gym

Algorithmic-Problem-Solving
Solutions of algorithmic type of programming problems from sites like LeetCode.com, HackerRank.com, LeetCode.com, Codility.com, CodeForces.com, etc. using Java.
Stars: ✭ 20 (+42.86%)
Mutual labels:  interview, coding-challenge, interview-prep
Technical Interview Guide
My learning material for technical interviews!
Stars: ✭ 76 (+442.86%)
Mutual labels:  interview, coding-challenge, interview-prep
Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+391864.29%)
Mutual labels:  interview, coding-challenge, interview-prep
Cs Fundamentals
🎓 Data structures and algorithms
Stars: ✭ 869 (+6107.14%)
Mutual labels:  interview, coding-challenge, interview-prep
Codinginterviews
This repository contains coding interviews that I have encountered in company interviews
Stars: ✭ 2,881 (+20478.57%)
Mutual labels:  interview, coding-challenge, interview-prep
Coding Interview University
A complete computer science study plan to become a software engineer.
Stars: ✭ 204,859 (+1463178.57%)
Mutual labels:  interview, interview-prep
Javascript Interview Questions Developer
Danh sách những câu hỏi trong phỏng vấn Javascript 📝
Stars: ✭ 62 (+342.86%)
Mutual labels:  interview, coding-challenge
Test-Bank
Interview preparation and practice problems
Stars: ✭ 43 (+207.14%)
Mutual labels:  interview, interview-prep
Cs Job Advice
Interview preparation geared towards getting your first job in the field.
Stars: ✭ 128 (+814.29%)
Mutual labels:  interview, interview-prep
Awesome Javascript Interviews
Popular JavaScript / React / Node / Mongo stack Interview questions and their answers. Many of them, I faced in actual interviews and ultimately got my first full-stack Dev job :)
Stars: ✭ 939 (+6607.14%)
Mutual labels:  interview, interview-prep
Codility lessons
Codility Lesson1~Lesson17 100% solutions with Python3 除正確解答外comment裡有解題的思考過程
Stars: ✭ 87 (+521.43%)
Mutual labels:  interview, coding-challenge
Awesome Interview
Collection of awesome interview references.
Stars: ✭ 1,683 (+11921.43%)
Mutual labels:  interview, interview-prep
TheJobInterviewGuide
A job guide to help developers get through interviews and get amazing jobs!
Stars: ✭ 267 (+1807.14%)
Mutual labels:  interview, interview-prep
Hackerrank Solutions
🔥 My HackerRank Solutions in JavaScript
Stars: ✭ 33 (+135.71%)
Mutual labels:  interview, interview-prep
100 Plus Python Coding Problems With Solutions
A list of python problems for beginners and intermediate developers
Stars: ✭ 163 (+1064.29%)
Mutual labels:  interview, coding-challenge
Soft Eng Interview Prep
Everything you need to know for a Software Engineering interview
Stars: ✭ 1,341 (+9478.57%)
Mutual labels:  interview, interview-prep
Full Stack Interview
📝 Full Stack Questions for rocking your job interview 👍
Stars: ✭ 141 (+907.14%)
Mutual labels:  interview, interview-prep
Awesome Coding Interview Question Patterns
The most common question-patterns for any coding-interview
Stars: ✭ 196 (+1300%)
Mutual labels:  interview, interview-prep
Interview Preparation
Interview Preparation material for Senior Software Engineer - Android role
Stars: ✭ 468 (+3242.86%)
Mutual labels:  interview, interview-prep
Coding Interview University Zh Tw
coding-interview-university 繁體中文翻譯計畫。原作者:https://github.com/jwasham/coding-interview-university
Stars: ✭ 803 (+5635.71%)
Mutual labels:  interview, interview-prep

Welcome to the code gym

Build Status

The Philosophy

The code gym is like a real life gym. But its code.

Duh right? Well the metaphor is that maybe in training you aren't doing the things you would do on the field but you are training your body to be able to do them at a high level when you get ready.

The code gym is a gym for your mind.

Maybe you don't write code that requires understanding data structures and algorithms or puzzle solving every day... but you do want your code to run efficiently every day.

Here in the code gym we work on things that make us better at what we do.

Working with these kinds of problems and subjects improves our thinking.

Where is the Good Stuff?

Right now the most interesting stuff is in the javascript section

Gif Walkthrough GIF created with LiceCap.

I have written, tested, documented, and linted several hundred data structures, algorithms, and coding problems in javascript.

Check out the Javascript README for more details.

I am also actively working on porting all of the code to es6 and linting courtesy of airbnb's excellent javascript style guide and eslint plugins as well as babel plugins.

I'm throughly documenting everything as I go as well.

How its structured

Just like there are different racks and weights in a gym there are different ways to train in the code gym.

The gym is organized by language and subject.

For instance javascript/data_structures

Is data structures in js and

ruby/toj

is timus online judge solutions http://acm.timus.ru/?locale=en in ruby.

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].