Skip to content

furkanusta/Competitive-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Obervations

Perl:

  • Regex is good but other string utilities are missing. The fact that string are treated as scalars rather than arrays require a bit more even for indexing.
  • Related to above, since strings are scalars, it is not straightforward to write a generic function that operates both with strings and integers (eq vs ==)
  • Though map/filter/reduce exists in List::Util, others (e.g max/min) are missing a predicate block. To overcome this, I needed to either rewrite or perform multiple maps

About

Solutions to some questions in competitive programming (eg. ProjectEuler, Codeforces)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors