Tobby_And_Friends's blog

By Tobby_And_Friends, history, 7 years ago, In English

Does anyone maintain a list of problems he/she has solved so far which was interesting and a bit challenging? If so, please share.

| Write comment?
»
7 years ago, # |
Rev. 3   Vote: I like it +129 Vote: I do not like it

Good day to you,

Well I maintain such list (sadly not for all solved problems, just for those recent).

I'll post it down here — so hope it will help somehow. Usually it is "link [or identifier]" and then number which shall signify its complexity (but it is just my guess so it is usually of :D ). Then there is sometime sample outline solution... so I hope it will help somehow (and hope it doesn't contain much garbage {well sometime the outline is not in english — sorry for it})

NOTE: I've made (on request) the original post smaller (everything shall be inside the "spoler") so deleting the new posts ^_^

bfs
bfs-grid
big
bits
blossom
brute-force
combinatorics
constructive
dfs
digits
dijkstra
divide_conquer
dp
dsu
euler_function
euler_tour
events
factorization
fenwick
flow
floyd-warshall
game_theory
geometry
greedy
hull
chess
implementation
inclusion-exclusion
josephus
KMP
lca
lcs_subsequence
matrix
matrix_exponentiation
mcmf
meet_in_middle
MO
number_rectangle
number_theory
oeis
offline
palindromes
patter-matching
permutations
persistent_segment_tree
pollard-rho
power
preprocess
prime-testing
priority_queue
probability
recursion
segment_tree
sequences
sieve
sorting
spanning_tree
spfa
sqrt
stl
strings
suffix_array
sweep
ternary_search
TMP
tree
trie_string
TSP
100000

MINE problems [SPOJ] — I cn also mke some outline in case of interest:

ADARAIN ADACYCLE ADARAINB ADANUM ADAUNIQ ADASEED ADAGROW

ADAPLUS ADAFENCE ADAORANG ADACAROT ADAVISIT ADAPARTY ADABLOOM

ADAPLANT ADALIST ADASEA ADACABAA ADATOMAT ADAPARTI ADAPHOTO

ADATEAMS ADAPATH ADAHW ADASALES ADABERRY ADACON ADASUM

ADAINDEX ADACITY ADACOINS ADAPICK ADAROBOT ADATAXES ADABASH

ADAQUEUE ADAGAME2 ADADUNG ADAPEAR ADAZOO ADAGF ADAROADS

ADAGAME ADATRIP ADAMONEY ADAAPPLE ADAPOWER ADACHERY ADAKOHL

ADACLEAN ADAMATCH ADABEHIVE ADAAPHID ADAGIFT ADAPANEL ADACROP

ADAFIELD ADAHACK ADAGCD ADABASET ADACROW ADALICI

Sorry for the long post, here is a potato

Good luck,

Have nice day! ^_^

»
7 years ago, # |
  Vote: I like it +24 Vote: I do not like it

Did anyone count how many problems -Morass- posted? :p btw thanks for this collection .

  • »
    »
    7 years ago, # ^ |
      Vote: I like it +22 Vote: I do not like it

    There are 94 topics and total of around 900 problems.

    • »
      »
      »
      7 years ago, # ^ |
      Rev. 2   Vote: I like it 0 Vote: I do not like it

      _/\ _ for your patience bro .

      • »
        »
        »
        »
        7 years ago, # ^ |
          Vote: I like it +20 Vote: I do not like it

        Nothing is difficult for a programer. Took me 5 minutes to write the program to count the number of lines in the text. Anyways, thank you.

        • »
          »
          »
          »
          »
          7 years ago, # ^ |
            Vote: I like it +21 Vote: I do not like it

          One could use "wc -l" (at least as soon as you are using bash) => "cat filename| wc -l"

          • »
            »
            »
            »
            »
            »
            6 years ago, # ^ |
              Vote: I like it 0 Vote: I do not like it

            Or just "wc -l filename"?

        • »
          »
          »
          »
          »
          7 years ago, # ^ |
            Vote: I like it -37 Vote: I do not like it

          "Nothing is difficult for a programmer"
          Cyan coder

          • »
            »
            »
            »
            »
            »
            7 years ago, # ^ |
              Vote: I like it +23 Vote: I do not like it

            wow, nice attitude you got there!
            You know, being good at CF != being good at programming

            • »
              »
              »
              »
              »
              »
              »
              7 years ago, # ^ |
                Vote: I like it +13 Vote: I do not like it

              Never stated the opposite. However, "Nothing is difficult for a programmer" implies being able to handle both easily.

          • »
            »
            »
            »
            »
            »
            7 years ago, # ^ |
              Vote: I like it +13 Vote: I do not like it

            I meant in the sense that a non-programmer would have counted the lines but for a programmer most of the computer jobs are an easy work sometimes due to his programming skills. Sorry if I offended high rated guys.

            • »
              »
              »
              »
              »
              »
              »
              7 years ago, # ^ |
                Vote: I like it +5 Vote: I do not like it

              Yeah, I know you didn't mean it literally. My comment was meant to be a joke, not a form of offence.

            • »
              »
              »
              »
              »
              »
              »
              4 years ago, # ^ |
                Vote: I like it 0 Vote: I do not like it

              How did you count the lines in the browser ?

    • »
      »
      »
      7 years ago, # ^ |
        Vote: I like it +21 Vote: I do not like it

      Exemplary persistence! I am not sure if I even solved 900 problems, let alone "interesting ones" and "recently".

»
7 years ago, # |
  Vote: I like it 0 Vote: I do not like it

this link may be helpfull