MCPcopy Create free account

hub / github.com/IAPOLINARIO/100-days-of-code / functions

Functions2,162 in github.com/IAPOLINARIO/100-days-of-code

↓ 5 callersFunctioncheckRecurrence
(input string)
Month-3/Week-10/day-64/Go/main.go:11
↓ 5 callersFunctioncoinsDiv
* Determine if the coins can be distributed equally or not. * @param coins list of coins * @param divideBy number of children (default 3) * @retur
Month-1/Week-04/day-25/c++/main.cpp:18
↓ 5 callersFunctioncoinsDiv
(numberOfKids int, coins []int)
Month-1/Week-04/day-25/Go/main.go:22
↓ 5 callersMethodcompress
dependencies/c++/httplib.h:2236
↓ 5 callersFunctionconvert
(age)
Month-1/Week-01/day-01/py2/main.py:7
↓ 5 callersFunctioncount
* Sum all the ASCII code from input. * @param word * @return sum of all ASCII code from input */
Month-1/Week-03/day-15/c++/main.cpp:14
↓ 5 callersFunctiondecode_url
dependencies/c++/httplib.h:1436
↓ 5 callersFunctionempty
! @brief checks whether the container is empty. Checks if a JSON value has no elements (i.e. whether its @ref size is `0`). @return The
dependencies/c++/json.hpp:21504
↓ 5 callersFunctionfinalSurvivor
(n, k int)
Month-1/Week-04/day-24/Go/main.go:5
↓ 5 callersFunctionfindNemo
(input string)
Month-1/Week-01/day-02/Go/main.go:39
↓ 5 callersFunctionfindaWord
Month-1/Week-01/day-02/kts/FindingNemo.kt:5
↓ 5 callersFunctionfreedPrisoners
* How many prisoners can be freed? * @param pa prison arrangement * @return number of prisoners */
Month-1/Week-03/day-17/c++/main.cpp:24
↓ 5 callersFunctiongetMoneySpent
(keyboardPrices, drivePrices []int, budget int)
Month-2/Week-06/day-38/Go/main.go:15
↓ 5 callersMethodget_character
dependencies/c++/json.hpp:4838
↓ 5 callersFunctiongopherEscapePlan
* The main function. Select a hole through which the gopher can escape, if such a hole exists, * by reading a file with a variable set of scenarios.
Month-2/Week-05/day-35/c++/main.cpp:87
↓ 5 callersFunctionhowManyGames
(normalPrice, discount, minimumPrice, budget int)
Month-2/Week-06/day-39/Go/main.go:12
↓ 5 callersFunctionisLegitimate
(swimmingPoolBP [][]int)
Month-2/Week-07/day-49/Go/main.go:15
↓ 5 callersMethodis_begin
return whether the iterator can be dereferenced
dependencies/c++/json.hpp:10735
↓ 5 callersFunctionjosephus
* The Josephus Problem * @param n number of soldiers * @param k the interval at which they are killed * @return the position of the fortunate survi
Month-1/Week-04/day-24/c++/main.cpp:64
↓ 5 callersFunctionkeyboardMistakeFix
(text string)
Month-2/Week-05/day-33/Go/main.go:16
↓ 5 callersFunctionlarryArray
* Check if is possible to sort array using the following operation any number of times: * Choose any 3 consecutive indices and rotate their elements
Month-2/Week-06/day-40/c++/main.cpp:16
↓ 5 callersFunctionlongestWord
(brokenKeyboard string)
Month-3/Week-10/day-70/Go/main.go:24
↓ 5 callersFunctionmerge
* Merge two lists of numbers. * * @param num1 integers * @param num2 integers * @return ordered list */
Month-1/Week-01/day-07/c++/main.cpp:17
↓ 5 callersFunctionminPages
(n, p float64)
Month-2/Week-06/day-42/Go/main.go:12
↓ 5 callersFunctionminutesBeforeNewYear
* Find the number of minutes before the New Year. * param h Hours (24h format) * param m Minutes * @return Number of minutes before the New Year *
Month-3/Week-13/day-89/c++/main.cpp:15
↓ 5 callersFunctionmonthsToCyberpunk2078
* What will be the month of Cyberpunk 2078 launch? * @param currentMonth Current Month * @param months Months to release * @return Name of the Mont
Month-3/Week-13/day-91/c++/main.cpp:19
↓ 5 callersFunctionnoWay
* Are we at a dead end? * @param pathUntilNow The chosen path until now * @para noWayLimit How many times a path can be repeated? * @return true if
Month-3/Week-10/day-67/c++/main.cpp:56
↓ 5 callersFunctionparseJson
(input string)
Month-1/Week-01/day-03/Go/main.go:33
↓ 5 callersFunctionplayerRank
* Track the player ranking using Dense Ranking. * @param rankedScores the ranked scores * @param playerScores the player scores * @return Player Ra
Month-2/Week-05/day-32/c++/main.cpp:17
↓ 5 callersFunctionplayerRank
(leaderBoard, gamesPlayed []int)
Month-2/Week-05/day-32/Go/main.go:16
↓ 5 callersFunctionrabbit
* The rabbit problem. How long it will take for them to outnumber humans (target)? * * Every month a fertile female will have 14 offspring (5 males
Month-3/Week-09/day-63/c++/main.cpp:20
↓ 5 callersFunctionrabbitSwarm
(input []float64)
Month-3/Week-09/day-63/Go/main.go:19
↓ 5 callersFunctionreadGoogleAPI
(query string, latitude float64, longitute float64)
Month-1/Week-03/day-20/Go/main.go:27
↓ 5 callersFunctionreset
reset token_buffer; current character is beginning of token
dependencies/c++/json.hpp:7259
↓ 5 callersFunctionrestoreIPs
* Given a string s containing only digits, return all possible valid IP addresses that can be obtained from s. You can return them in any order. * @p
Month-1/Week-02/day-11/c++/main.cpp:21
↓ 5 callersFunctionselect_read
dependencies/c++/httplib.h:1620
↓ 5 callersFunctionset_nonblocking
dependencies/c++/httplib.h:1925
↓ 5 callersFunctionshutdown_socket
dependencies/c++/httplib.h:1836
↓ 5 callersFunctionsolveMaze
(colorSequence []string, maze [][]string)
Month-3/Week-10/day-67/Go/main.go:19
↓ 5 callersFunctionterminal_size
dependencies/c++/indicators.hpp:669
↓ 5 callersFunctiontimeInWords
(h, m int)
Month-2/Week-05/day-31/Go/main.go:13
↓ 5 callersFunctiontoHex
(word string)
Month-2/Week-08/day-56/Go/main.go:16
↓ 5 callersFunctiontoLCD
* Convert a integer to a LCD representation. * @param n The number * @param m Size as number of signs * @return LCD display representation as a str
Month-2/Week-06/day-36/c++/main.cpp:15
↓ 5 callersFunctiontrafficLightChecker
(input []string)
Month-2/Week-05/day-29/Go/main.go:18
↓ 5 callersFunctiontrappedRainWater
* Given n integers (NEGATIVE NUMBERS ARE OK) representing an elevation map where the width of each * bar is 1, compute how much water it can trap af
Month-1/Week-02/day-09/c++/main.cpp:16
↓ 5 callersFunctiontriArea
(b, h int)
Month-2/Week-07/day-43/Go/main.go:9
↓ 5 callersFunctiontypingDistance
* Discover the typing distance. * @param data The input numbers * @return The distance in cm */
Month-3/Week-10/day-68/c++/main.cpp:14
↓ 5 callersFunctionuncompressLZW
(baseFilePath string, fileExtension string)
Month-2/Week-07/day-47/Go/main.go:60
↓ 5 callersMethodwrite_format
dependencies/c++/httplib.h:3707
↓ 4 callersFunctionApprox
dependencies/c++/doctest.h:889
↓ 4 callersFunctionCrawl
(url string, depth int)
Month-3/Week-09/day-61/Go/main.go:41
↓ 4 callersMethodEncrypt
()
Month-1/Week-02/day-14/cs/Day14.Library/Karacas.cs:14
↓ 4 callersMethodExists
(value string)
Month-3/Week-09/day-61/Go/main.go:32
↓ 4 callersFunctionISBNvalidator
* ISBN Validaor * @param code Book code * @return true if ISBN is OK */
Month-3/Week-10/day-65/c++/main.cpp:14
↓ 4 callersFunctionNewRGB
(red, green, blue int64)
Month-2/Week-08/day-54/Go/main.go:12
↓ 4 callersFunctionXOR
* Create a function to swap int variables X and Y * without the use of an additional temporary storage variable using only XOR bitwise operations.
Month-2/Week-07/day-45/c++/main.cpp:16
↓ 4 callersFunctionXOR
function to swap two numbers without using temporary variable and returns the subtraction of them
Month-2/Week-07/day-45/Go/main.go:11
↓ 4 callersFunctionabbreviate
* Abbreviate words larger than 10 characteres. * @param word Original word * @return Abbreviated word */
Month-3/Week-13/day-86/c++/main.cpp:14
↓ 4 callersMethodaccept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
dependencies/c++/json.hpp:10326
↓ 4 callersFunctionasteroidCollision
* You are given an array asteroids of integers representing asteroids in a row. * For each asteroid, the absolute value represents its size, and the
Month-2/Week-08/day-51/c++/main.cpp:23
↓ 4 callersFunctionbadFile
* Manages the output for BAD FILE scenarios. * @param r The output list to save results */
Month-2/Week-05/day-35/c++/main.cpp:73
↓ 4 callersMethodbinary
dependencies/c++/json.hpp:5905
↓ 4 callersFunctionbreakingRecords
(records []int)
Month-2/Week-06/day-37/Go/main.go:14
↓ 4 callersFunctioncalcDeforestation
(deforestationArea float64)
Month-1/Week-04/day-22/Go/main.go:26
↓ 4 callersFunctioncalc_age
(age)
Month-1/Week-01/day-01/py/main.py:5
↓ 4 callersFunctioncarryOperations
(num1, num2 int)
Month-2/Week-05/day-34/Go/main.go:15
↓ 4 callersFunctioncend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
dependencies/c++/json.hpp:21160
↓ 4 callersFunctioncheckError
(e error)
Month-2/Week-07/day-47/Go/main.go:104
↓ 4 callersFunctioncheckExplodedAsteroids
(asteroids []int)
Month-2/Week-08/day-51/Go/main.go:49
↓ 4 callersFunctioncheckRoundWinner
(val1, val2, val3 string)
Month-2/Week-08/day-50/Go/main.go:56
↓ 4 callersFunctioncombine_letters
(digits)
Month-1/Week-02/day-08/py/main.py:4
↓ 4 callersFunctioncompressLZW
(filePath string)
Month-2/Week-07/day-47/Go/main.go:25
↓ 4 callersFunctionencrypt
* Encrypts input. * @param s lowercase string * @return encrypted string */
Month-1/Week-02/day-14/c++/main.cpp:14
↓ 4 callersFunctionfindNemo
Month-1/Week-01/day-02/c++/main.cpp:10
↓ 4 callersFunctionfindVeggies
(grill)
Month-1/Week-01/day-03/py2/main.py:7
↓ 4 callersFunctionfunnyPlant
* Funny plant * @param people Number of people * @param fruits Number of starting fruits * @return Number of weeks you can support a group of x peo
Month-3/Week-09/day-62/c++/main.cpp:29
↓ 4 callersFunctiongetBiggestAsteroid
(originalAsteroidSet, resultAsteroidSet []int)
Month-2/Week-08/day-51/Go/main.go:31
↓ 4 callersMethodgetID
Month-3/Week-13/day-85/c++/client.cpp:35
↓ 4 callersFunctionget_arithmetic_value
dependencies/c++/json.hpp:3507
↓ 4 callersMethodget_binary
dependencies/c++/json.hpp:10069
↓ 4 callersFunctionget_header_value
dependencies/c++/httplib.h:2448
↓ 4 callersFunctionget_range_offset_and_length
dependencies/c++/httplib.h:3172
↓ 4 callersMethodget_string
dependencies/c++/json.hpp:10036
↓ 4 callersFunctionharvest
(peopleToFeed, plants int)
Month-3/Week-09/day-62/Go/main.go:11
↓ 4 callersFunctionhexEscapeChar
dependencies/c++/doctest.h:4391
↓ 4 callersFunctionidenticalFilter
(input []string)
Month-2/Week-08/day-55/Go/main.go:15
↓ 4 callersFunctioninsert_iterator
dependencies/c++/json.hpp:22067
↓ 4 callersFunctioninvalidURLMessage
* Default message for invalid URLs, used in many scenarios. * @return message of invalid URL */
Month-1/Week-03/day-19/c++/main.cpp:18
↓ 4 callersFunctionisValid
* Validation of IP part */
Month-1/Week-02/day-11/c++/main.cpp:12
↓ 4 callersFunctionis_boolean
! @brief return whether value is a boolean This function returns true if and only if the JSON value is a boolean. @return `true` if type
dependencies/c++/json.hpp:18997
↓ 4 callersMethodis_open
dependencies/c++/httplib.h:912
↓ 4 callersFunctionis_space_or_tab
dependencies/c++/httplib.h:1489
↓ 4 callersMethodis_writable
dependencies/c++/httplib.h:3758
↓ 4 callersFunctionjavelinThrow
(speed float64, angle float64)
Month-2/Week-08/day-53/Go/main.go:21
↓ 4 callersFunctionletterCombinations
(digits string)
Month-1/Week-02/day-08/go/main.go:28
↓ 4 callersFunctionlightsOn
(lights [][]int)
Month-3/Week-11/day-71/Go/main.go:14
↓ 4 callersFunctionlog2
dependencies/c++/magic_enum.hpp:281
↓ 4 callersFunctionmergeAndSort
Month-1/Week-01/day-07/kts/SortArray.kt:1
↓ 4 callersFunctionminTurns
(currentLock, targetLock string)
Month-1/Week-04/day-26/Go/main.go:22
↓ 4 callersFunctionnextEdge
(s1, s2 int)
Month-2/Week-07/day-44/Go/main.go:9
← previousnext →201–300 of 2,162, ranked by callers