Pinned Loading
-
markov-baby
markov-baby PublicGithub Pages public website. Generates baby names using a Markov chain.
JavaScript
-
Design Patterns in Python for the Un...
Design Patterns in Python for the Untrained Eye 1# Exercises from PyCon 2019 workshop
2# https://www.youtube.com/watch?v=o1FZ_Bd4DSM
34from abc import ABC, abstractmethod
5 -
Array.diff https://www.codewars.com/...
Array.diff https://www.codewars.com/kata/523f5d21c841566fde000009 1use::std::collections::HashSet;
23fn array_diff<T: Eq + std::hash::Hash + Clone>(a: Vec<T>, b: Vec<T>) -> Vec<T> {
4let b_hash_set: HashSet<T> = b.into_iter().collect();
5let mut c: Vec<T> = a.clone();
-
Spinning Words https://www.codewars....
Spinning Words https://www.codewars.com/kata/5264d2b162488dc400000001 1conditionalReverse :: Bool -> String -> String
2conditionalReverse b s
3| b = reverse s
4| otherwise = s
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.