Sort by

recency

|

55 Discussions

|

  • + 0 comments

    Locksmith Course offers expert training for those looking to master the art of locksmithing. Learn key skills such as key cutting, lock installation, and security system upgrades. Whether you're starting a new career or enhancing your current skills, this course provides hands-on experience and industry knowledge. Enroll in a Locksmith Course today and unlock new opportunities with professional expertise and practical training!

  • + 1 comment

    String mingling is like crafting a luxurious hairstyle—each element is intricately woven together, creating a harmonious and elegant final piece. The precision and creativity involved mirror the meticulous process of styling luxurious hair.

  • + 0 comments

    Haskell solution

    main = do
        a <- getLine  
        b <- getLine 
        
        putStrLn . concat $ map (\(x, y) -> [x, y]) $ zip a b
    
  • + 0 comments

    Do not call p.length every recursion!!! :)

    With use of List everything is fine in Scala solution.

  • + 0 comments
    main = interact $ (\(x:y) -> concat [ [a,b] | (a,b) <- zip x (head y) ]) . words