You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Vasily Guzov 20e719bebb [6kyu][algorithms][my-solution] Find The Parity Outlier solution
You are given an array (which will have a length of at least 3, but
could be very large) containing integers. The array is either entirely
comprised of odd integers or entirely comprised of even integers except
for a single integer N. Write a method that takes the array as an
argument and returns this "outlier" N.
1 year ago
lib [6kyu][algorithms][my-solution] Find The Parity Outlier solution 1 year ago
public [book] algorithm 1 year ago
src [infra] creat ts library for collect snippets 3 years ago
.gitignore [docs] init commit, add readme 3 years ago
add-component.mjs [setup] add script for quick create function with tests 1 year ago
index.d.ts [infra] creat ts library for collect snippets 3 years ago
index.html [infra] creat ts library for collect snippets 3 years ago
package.json [setup] add script for quick create function with tests 1 year ago
readme.md [docs] init commit, add readme 3 years ago
tsconfig.json [infra] creat ts library for collect snippets 3 years ago
vite.config.ts [infra] creat ts library for collect snippets 3 years ago
yarn.lock [tests] setup tests 3 years ago

readme.md

learn algorithms

I will be studying algorithms and collecting different cases to improve my knowledge on this repository.