AnilBASARAN
#Full Stack Web Developer# Y.T.U. Surveying Engineer, E- Commerce Company Co-founder, Culinary art Graduate & Chef
Bilge E Ticaret LTDTurkey
Pinned Repositories
codewars-6kyu_Playing-with-digits
/* 6kyu-playing with digits Some numbers have funny properties. For example: 89 --> 8¹ + 9² = 89 * 1 695 --> 6² + 9³ + 5⁴= 1390 = 695 * 2 46288 --> 4³ + 6⁴+ 2⁵ + 8⁶ + 8⁷ = 2360688 = 46288 * 51 Given a positive integer n written as abcd... (a, b, c, d... being digits) and a positive integer p we want to find a positive integer k, if it exists, such that the sum of the digits of n taken to the successive powers of p is equal to k * n. In other words: Is there an integer k such as : (a ^ p + b ^ (p+1) + c ^(p+2) + d ^ (p+3) + ...) = n * k If it is the case we will return k, if not return -1. Note: n and p will always be given as strictly positive integers.
codewars-7kyu-Binary-Addition
7kyu Binary Addition Implement a function that adds two numbers together and returns their sum in binary. The conversion can be done before, or after the addition. The binary number returned should be a string. Examples:(Input1, Input2 --> Output (explanation))) 1, 1 --> "10" (1 + 1 = 2 in decimal or 10 in binary) 5, 9 --> "1110" (5 + 9 = 14 in decimal or 1110 in binary)
codewars-7kyu-Highest-and-Lowest
/* 7kyu Highest and Lowest In this little assignment you are given a string of space separated numbers, and have to return the highest and lowest number. Examples highAndLow("1 2 3 4 5"); // return "5 1" highAndLow("1 2 -3 4 5"); // return "5 -3" highAndLow("1 9 3 4 -5"); // return "9 -5" Notes All numbers are valid Int32, no need to validate them. There will always be at least one number in the input string. Output string must be two numbers separated by a single space, and highest number is first
codewars-8kyu-Sum-without-highest-and-lowest-number
8kyu-Sum without highest and lowest number Sum all the numbers of a given array ( cq. list ), except the highest and the lowest element ( by value, not by index! ). The highest or lowest element respectively is a single element at each edge, even if there are more than one with the same value. Mind the input validation. Example { 6, 2, 1, 8, 10 } => 16 { 1, 1, 11, 2, 3 } => 6 Input validation If an empty value ( null, None, Nothing etc. ) is given instead of an array, or the given array is an empty list or a list with only 1 element, return 0.
nasa-image-api
Patika-bill-gates-react
patika-hafta13-veteriner-projesi
veteriner-projesi
patika-hafta3-mayin-tarlasi
Java dilinde Mayın Tarlası oyunu
patika-hafta4-macera-oyunu
Java ile metin tabanlı bir macera oyunu yapıyoruz.
patika-sport-center
AnilBASARAN's Repositories
AnilBASARAN/clsxLibrary
AnilBASARAN/counterApp
AnilBASARAN/alvinBox
AnilBASARAN/nextapp
AnilBASARAN/todoAppWithNextJS
AnilBASARAN/nodeME
AnilBASARAN/sql-apps-main
AnilBASARAN/comment-app
AnilBASARAN/fullstackPaginate
fullstackPaginate
AnilBASARAN/paginationFullStack
AnilBASARAN/fullStackPagination
pagination exercise for full stack
AnilBASARAN/citr-v8-project-main
AnilBASARAN/commentAppSqlDatabase
AnilBASARAN/commitAppBackEndSide
Back End Side of the commitApp
AnilBASARAN/commentApplication
AnilBASARAN/regular
AnilBASARAN/code-wars-recent
codewars screenshots
AnilBASARAN/promise-chaining
AnilBASARAN/pokemon-promise
AnilBASARAN/axioss
AnilBASARAN/axios
AnilBASARAN/AnilBASARAN
AnilBASARAN/181223-exercises
Exercises for group 181223
AnilBASARAN/patika-todolist
AnilBASARAN/patika-reactive
AnilBASARAN/patika-react-questionapp
AnilBASARAN/patika-react-starwars
AnilBASARAN/react-mosh
AnilBASARAN/react-typescript-fading-buttons
AnilBASARAN/Patika-bill-gates-react