Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

LittleChildPaclet

Guides

  • Assumptions and Domains
  • Linguistic Data
  • Number Digits
  • Prime Numbers
  • Start Here Wolfram Challenge Functions
  • String Patterns
  • Wolfram Challenges Algorithms
  • Wolfram Challenges Computational Knowledge
  • Wolfram Challenges Geography
  • Wolfram Challenges Mathematics
  • Wolfram Challenges Words and Linguistics
  • Working with Sequences

Symbols

  • AliquotSequence
  • AlmostPalindrome
  • Anagrams
  • AntipodalCity
  • AntipodeAboveSeaLevelQ
  • BabbageSquares
  • BalancedParentheses
  • BalancedTernary
  • ButterflyString
  • CaesarDecrypt
  • CatalanUnrank
  • Coins
  • CompleteDictionary
  • DigitalRoot
  • FizzBuzz
  • IntegerPalindromeQ
  • MaxRomanLength
  • MaxRomanNumeralValue
  • NonNegativeIntegerQ
  • NumberTriangle
  • OddBeforeEven
  • PairsAddToHundred
  • PositiveIntegerQ
  • RepeatandEndingPrimes
  • SameStartEndWords
  • SayHello
  • SquareSum
  • StringPatternQ
  • ThreeFive
  • ToMorseCode
  • TwoAndThreePointers
  • WordListLookup
Start Here Wolfram Challenge Functions
I looked to the Wolfram Challenge Track Start Here for ideas for functions that weren't trivial but also weren't too hard either.
ButterflyString
— Join a string with its reversal.
MaxRomanLength
— A function that finds the maximum length of any Roman numeral up to n.
NumberTriangle
— A function that stacks successively longer lists of integers on top of each other.
FizzBuzz
— A function that replaces multiples of 3 with "fizz", multiples of 5 with "buzz", multiples of both 3 and 5 with "fizzbuzz" and leaves other numbers fixed.
ThreeFive
— A function that takes a positive integer n and returns the number of multiples of both 3 and 5 up to n.
SameStartEndWords
— Finds all words that begin and end with a given letter.
ToMorseCode
— Takes an English text and outputs the corresponding Morse code.
SquareSum
— A function that takes a positive integer n and outputs the result of iteratively summing and squaring the integers from 1 to n.
TwoAndThreePointers
— A function that takes an integer n and outputs all the possible ways to represent n as sums of 2s and 3s.
OddBeforeEven
— Given a list of integers, this function rearranges them so that all of the odd integers appear before all of the even integers, without otherwise changing the order.
PairsAddToHundred
— Given a list of integers, find all pairs that sum to 100.
Extra Functions
MaxRomanNumeralValue
— gives the value that has the longest roman numeral in Range[n]
​FrameBox["\"XXXX\""]
Open

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com