#
coding-practices
Here are 20 public repositories matching this topic...
This repository contains all the code from my book 'Design Patterns in Swift', live at https://www.amazon.com/dp/B07FYXHBKZ. All code written in Swift4. Do give a star if you like the work.
-
Updated
Nov 12, 2018 - Swift
NOKIA Book covers selected aspects of the telecommunication industry programmer's work
testing
engineering
machine-learning
algorithms
hardware
technology
artificial-intelligence
software
software-development
nokia
networks
4g
telecommunication
coding-practices
5g
system-engineering
-
Updated
Jan 24, 2020 - C++
Runtime checker for JS coding practices
-
Updated
Sep 2, 2017 - JavaScript
Warning! Geek inside.
-
Updated
Jun 11, 2018 - Java
asarudick
commented
Feb 26, 2019
Python3 coding lesson for new Python users, crafted for new PSIT students.
python
code
python3
algorithm-challenges
lecture
coding-exercises
programming-challenges
coding-practices
-
Updated
Jul 16, 2018 - Shell
Comparison of Good vs Bad code practices
-
Updated
Jan 31, 2020
A discord bot for study groups
-
Updated
May 30, 2019 - Go
-
Updated
May 24, 2020 - C++
algorithms
leetcode
cpp11
data-structures
leetcode-solutions
interview-questions
code-challenge
coding-practices
leetcode-cpp
data-structures-and-algorithms
coding-challenge-practice
-
Updated
May 28, 2020 - C++
This repository contains some simple applications which have be built using Python language.The intention of this repo is to build the applications with clean code by following good coding practices and good delivery structure.
-
Updated
Sep 23, 2017 - HTML
A react app to provide as a coding example
-
Updated
Dec 2, 2018 - JavaScript
A static portfolio website using React JS
react
javascript
portfolio
portfolio-website
react-js
portfolio-site
coding-practices
react-portfolio
-
Updated
Feb 23, 2019 - JavaScript
coding problems
-
Updated
Oct 25, 2018 - Python
competitive-programming
cpp11
atcoder
competitive-programming-contests
coding-practices
algorithms-and-data-structures
atcoder-solutions
-
Updated
May 19, 2020 - C++
My solutions in Java for the daily problems provided by www.dailycodingproblem.com.
-
Updated
Jan 6, 2019 - Java
My Solution to programming questions and challanges @ www.hackerearth.com
-
Updated
Sep 16, 2017 - Java
Enforces good coding practices.
-
Updated
May 27, 2020 - JavaScript
Improve this page
Add a description, image, and links to the coding-practices topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the coding-practices topic, visit your repo's landing page and select "manage topics."
Given a blacklist
Bcontaining unique integers from[0, N), write a function to return a uniform random integer from[0, N)which is NOT inB.Optimize it such that it minimizes the call to system’s
Math.random().Note:
1 <= N <= 10000000000 <= B.length < min(100000, N)[0, N)does NOT include N. See [interval notation](https://en.wikipedia.org/wiki/Interval_\