Skip to content

jtprogru/exercism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

133 Commits
 
 
 
 

Repository files navigation

Exercism Solutions

Мои решения задач с платформы Exercism.

Структура репозитория

Решения организованы по языкам программирования:

solutions/
├── go/       # Решения на Go
└── python/   # Решения на Python

Языки и задачи

Go (84 решения)

Задача Решение
acronym 1/acronym.go
airport-robot 1/airport_robot.go
all-your-base 1/all_your_base.go
allergies 1/allergies.go
anagram 1/anagram.go
animal-magic 1/animal_magic.go
annalyns-infiltration 1/annalyns_infiltration.go
atbash-cipher 1/atbash_cipher.go
bank-account 1/bank_account.go
bird-watcher 1/bird_watcher.go
blackjack 1/blackjack.go
book-store 1/book_store.go
booking-up-for-beauty 1/booking_up_for_beauty.go
card-tricks 1/card_tricks.go
cars-assemble 1/cars_assemble.go
census 1/census.go
chessboard 1/chessboard.go
clock 1/clock.go
collatz-conjecture 1/collatz_conjecture.go
crypto-square 1/crypto_square.go
darts 1/darts.go
difference-of-squares 1/difference_of_squares.go
diffie-hellman 1/diffie_hellman.go
election-day 1/election_day.go
error-handling 1/error_handling.go
etl 1/etl.go
expenses 1/expenses.go
gigasecond 1/gigasecond.go
grains 1/grains.go
gross-store 1/gross_store.go
hamming 1/hamming.go
hello-world 1/hello_world.go
interest-is-interesting 1/interest_is_interesting.go
isbn-verifier 1/isbn_verifier.go
isogram 1/isogram.go
jedliks-toys 1/elons_toys.go
largest-series-product 1/largest_series_product.go
lasagna 1/lasagna.go
lasagna-master 1/lasagna_master.go
leap 1/leap.go
logs-logs-logs 1/logs_logs_logs.go
luhn 1/luhn.go
matrix 1/matrix.go
meteorology 1/meteorology.go
micro-blog 1/micro_blog.go
need-for-speed 1/need_for_speed.go
nth-prime 1/nth_prime.go
nucleotide-count 1/nucleotide_count.go
pangram 1/pangram.go
parallel-letter-frequency 1/parallel_letter_frequency.go
parsing-log-files 1/parsing_log_files.go
party-robot 1/party_robot.go
perfect-numbers 1/perfect_numbers.go
protein-translation 1/protein_translation.go
proverb 1/proverb.go
pythagorean-triplet 1/pythagorean_triplet.go
raindrops 1/raindrops.go
reverse-string 1/reverse_string.go
rna-transcription 1/rna_transcription.go
robot-name 1/robot_name.go
roman-numerals 1/roman_numerals.go
rotational-cipher 1/rotational_cipher.go
run-length-encoding 1/run_length_encoding.go
scrabble-score 1/scrabble_score.go
secret-handshake 1/secret_handshake.go
sieve 1/sieve.go, 2/sieve.go
simple-cipher 1/simple_cipher.go
sorting-room 1/sorting_room.go
space-age 1/space_age.go
strain 1/strain.go
sum-of-multiples 1/sum_of_multiples.go
the-farm 1/the_farm.go
tournament 1/tournament.go
tree-building 1/tree_building.go
triangle 1/triangle.go
twelve-days 1/twelve_days.go
two-fer 1/two_fer.go
variable-length-quantity 1/variable_length_quantity.go
vehicle-purchase 1/vehicle_purchase.go
weather-forecast 1/weather_forecast.go
welcome-to-tech-palace 1/welcome_to_tech_palace.go
word-count 1/word_count.go

Python (35 решений)

Задача Решение
acronym 1/acronym.py
armstrong-numbers 1/armstrong_numbers.py, 2/armstrong_numbers.py
bank-account 1/bank_account.py
darts 1/darts.py
dnd-character 1/dnd_character.py
gigasecond 1/gigasecond.py, 2/gigasecond.py
hamming 1/hamming.py, 2/hamming.py
hello-world 1/hello_world.py
high-scores 1/high_scores.py, 2/high_scores.py
largest-series-product 1/largest_series_product.py, 2/largest_series_product.py, 3/largest_series_product.py
leap 1/leap.py, 2/leap.py
matrix 1/matrix.py
pangram 1/pangram.py
protein-translation 1/protein_translation.py
rational-numbers 1/rational_numbers.py, 2/rational_numbers.py
reverse-string 1/reverse_string.py
rna-transcription 1/rna_transcription.py
robot-name 1/robot_name.py
series 1/series.py, 2/series.py
sgf-parsing 1/sgf_parsing.py, 2/sgf_parsing.py
space-age 1/space_age.py, 2/space_age.py
two-fer 1/two_fer.py, 2/two_fer.py
yacht 1/yacht.py

Статистика

  • Всего решений: 119
  • Языки: Go, Python
  • Задач на Go: 84
  • Задач на Python: 35

Запуск тестов

Go

cd solutions/go/<exercise-name>/<version>
go test -v ./...

Python

cd solutions/python/<exercise-name>/<version>
pytest
# Или
python3 -m unittest *_test.py -v

Лицензия

Решения предоставлены для образовательных целей.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors