Skip to content

A collection of programming challenges (each with solutions in go)

Notifications You must be signed in to change notification settings

whyrusleeping/Challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

#Challenges

This is a compilation of programming problems that I have given and been given for people to practice. I will solve and upload each in go.

Strings

  • Check If Palindrome (number or string) [ispal.go]
  • All Permutations of a string [permute.go]
  • Reverse words in a sentence [revwords.go]

Arrays

  • Find Duplicate number in a list of 1-n [funddup.go]
  • Find Missing number in a list of 1-n [findmissing.go]
  • Find the Maximum Contiguous Subsequence [maxsubseqsum.go]

Data Structures

  • Reverse a Linked List [revlink.go]
  • Write a Binary search Tree [bintree.go]

About

A collection of programming challenges (each with solutions in go)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages