multisystem's blog

By multisystem, 13 years ago, In English
Can I ask for fast C++ BigInteger implementation? 
Thanks in advance.
  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?
13 years ago, # |
  Vote: I like it 0 Vote: I do not like it
Google says: one, two.
  • 13 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it
    I've passed with those before, but I need a simpler implementation. One I could use in a contest.
  • 13 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Don't think large professional library implementation with a lotta optimizations and special approaches is something that "sport programmer" needs on ACM-style contests...

    Next simple implementation can be used: http://pastebin.com/aQ8NJ197

    • 13 years ago, # ^ |
        Vote: I like it +1 Vote: I do not like it
      There is no words "sport programmer" in topic. There are words "fast implementation".
13 years ago, # |
  Vote: I like it +3 Vote: I do not like it
If I need to use BigInteger in a contest, I'll write in Java or Python.
  • 13 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it
    Unfortunately, there is no Python in ACM or TopCoder. Only there.
    • 9 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Wait, I thought TC had Python? I remember there being something a few months ago where a problem couldn't be submitted in Python...

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

        That post is 4 years old...

        • 9 years ago, # ^ |
            Vote: I like it +16 Vote: I do not like it

          Crap, that's what I get for not looking at post dates.

          (°_°) ლ

          (>ლ<)

13 years ago, # |
Rev. 3   Vote: I like it 0 Vote: I do not like it
  • 13 years ago, # ^ |
      Vote: I like it +5 Vote: I do not like it
    Die.cpp: Rolling 6-sided die simulation...
    A good site :)
13 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it
Thanks all. You all have helped me a lot.

Special thanks for SkorKNURE.