Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by tekk (tekk@social.tekk.in), page 30

  1. tekk (tekk@social.tekk.in)'s status on Friday, 29-Sep-2017 12:13:16 EDT tekk tekk
    in reply to
    • tekk
    @tekk related: it just clicked today why divide and conquer works. you're just minimizing extralinear growth as much as possible
    In conversation Friday, 29-Sep-2017 12:13:16 EDT from social.tekk.in permalink
  2. tekk (tekk@social.tekk.in)'s status on Friday, 29-Sep-2017 12:09:52 EDT tekk tekk
    Computer Science is the study of how to lose all your hair in such a way that your smart rock can be lazy
    In conversation Friday, 29-Sep-2017 12:09:52 EDT from social.tekk.in permalink
  3. tekk (tekk@social.tekk.in)'s status on Wednesday, 27-Sep-2017 13:00:12 EDT tekk tekk
    For an example of one of those not-easiest problems: create an array with "virtual initialization". That is, for an array of size n, accessing any uninitialized element e should return some default value v and set e to it in O(1) time. Make use of your free coefficients in your Big-O.
    In conversation Wednesday, 27-Sep-2017 13:00:12 EDT from social.tekk.in permalink
  4. tekk (tekk@social.tekk.in)'s status on Wednesday, 27-Sep-2017 12:45:27 EDT tekk tekk
    Maybe giving myself an hour to do like 10 worked physics problems was a bad idea.
    In conversation Wednesday, 27-Sep-2017 12:45:27 EDT from social.tekk.in permalink
  5. tekk (tekk@social.tekk.in)'s status on Wednesday, 27-Sep-2017 12:38:39 EDT tekk tekk
    in reply to
    • tekk
    I'll probabl ythrow out not-easiest problems just due to the fact that, you know, homeworks are only due every so often. I'll of course never ask a question I wasn't myself able to answer.
    In conversation Wednesday, 27-Sep-2017 12:38:39 EDT from social.tekk.in permalink
  6. tekk (tekk@social.tekk.in)'s status on Wednesday, 27-Sep-2017 12:30:16 EDT tekk tekk
    • Moved
    For some context here: these problems I give @lottievixen are the easiest problems off of homeworks for my uni's graduate level algorithm design & analysis course. Mostly I toss the easiest out because they get the point across and they're way easier to explain. The benefit is that, because of how CS works, I'm basically tossing out interview questions.
    In conversation Wednesday, 27-Sep-2017 12:30:16 EDT from social.tekk.in permalink
  7. tekk (tekk@social.tekk.in)'s status on Wednesday, 27-Sep-2017 12:26:52 EDT tekk tekk
    • Jamey Sharp
    Since @jamey brought it up, here's the introductory amortization problem: You have a binary number implemented as an arbitrarily long array of booleans. 5, for example, is [true, false, true]. Prove that increment runs in O(1) amortized time.
    In conversation Wednesday, 27-Sep-2017 12:26:52 EDT from social.tekk.in permalink
  8. tekk (tekk@social.tekk.in)'s status on Wednesday, 27-Sep-2017 12:15:46 EDT tekk tekk
    • Jamey Sharp
    @jamey I would like to be nice and post solutions but social doesn't have spoilers/CWs
    In conversation Wednesday, 27-Sep-2017 12:15:46 EDT from social.tekk.in permalink
  9. tekk (tekk@social.tekk.in)'s status on Wednesday, 27-Sep-2017 12:11:17 EDT tekk tekk
    • Jamey Sharp
    @jamey constant worst case time works 100%, no amortization needed. "Find" is misleading, cheat 😉
    In conversation Wednesday, 27-Sep-2017 12:11:17 EDT from social.tekk.in permalink
  10. tekk (tekk@social.tekk.in)'s status on Wednesday, 27-Sep-2017 10:59:16 EDT tekk tekk
    • Lizardsquid of ░░░░░░
    • Moved
    @lizardsquid First person to solve it I think (did you get it before @lottievixen ?)
    In conversation Wednesday, 27-Sep-2017 10:59:16 EDT from social.tekk.in permalink
  11. tekk (tekk@social.tekk.in)'s status on Wednesday, 27-Sep-2017 10:02:20 EDT tekk tekk
    • Lizardsquid of ░░░░░░
    @lizardsquid you're overthinking. You want 2 stacks.
    In conversation Wednesday, 27-Sep-2017 10:02:20 EDT from social.tekk.in permalink
  12. tekk (tekk@social.tekk.in)'s status on Wednesday, 27-Sep-2017 00:44:37 EDT tekk tekk
    in reply to
    • tekk
    Oh yeah, and you're *implementing* the stack, so you can implement all of the methos and the actual storage however you want.
    In conversation Wednesday, 27-Sep-2017 00:44:37 EDT from social.tekk.in permalink
  13. tekk (tekk@social.tekk.in)'s status on Wednesday, 27-Sep-2017 00:43:34 EDT tekk tekk
    • Moved
    @lottievixen You did, but no worries. Here's the deal: Build me a stack which has the normal stack routines (push, pop) but it also has another one: find-min. Each of these 3 functions should run in constant (O(1)) time. You can use as much memory as you want, so yes @er1n you can have another stack, although saying it out loud spoils the solution a bit ;)
    In conversation Wednesday, 27-Sep-2017 00:43:34 EDT from social.tekk.in permalink
  14. tekk (tekk@social.tekk.in)'s status on Monday, 25-Sep-2017 23:31:06 EDT tekk tekk
    • zoowar
    @zoowar it wasn't in Cockneys vs Zombies.
    In conversation Monday, 25-Sep-2017 23:31:06 EDT from social.tekk.in permalink
  15. tekk (tekk@social.tekk.in)'s status on Monday, 25-Sep-2017 21:56:08 EDT tekk tekk
    in reply to
    • lnxw48a1
    @lnxw48a1 It's not too surprising since every game which is written in java does that anyway these days. Easier to do that than to just pray everyone's jre is up to date. Minecraft was the first I know of to start it.
    In conversation Monday, 25-Sep-2017 21:56:08 EDT from social.tekk.in permalink
  16. tekk (tekk@social.tekk.in)'s status on Monday, 25-Sep-2017 16:16:33 EDT tekk tekk
    Oh shit on the #switch there's dragonball xenoverse 2 PLUS thimbleweed park (ron gilbert, the inventor of the point&click adventure's new point&click)
    In conversation Monday, 25-Sep-2017 16:16:33 EDT from social.tekk.in permalink
  17. tekk (tekk@social.tekk.in)'s status on Monday, 25-Sep-2017 16:11:55 EDT tekk tekk
    • Ctrl+Z
    @thezacattacks This was me back in 2010 when my only computer was a dell latitude from 2001. Plug a usb hub in the back, one of the 2 ports for a usb wifi dongle, one of the 2 ports for a flash drive to run puppy linux on (the hdd was dead at the time) :)
    In conversation Monday, 25-Sep-2017 16:11:55 EDT from social.tekk.in permalink
  18. tekk (tekk@social.tekk.in)'s status on Monday, 25-Sep-2017 16:08:09 EDT tekk tekk
    • Bob Mottram
    @bob I can confirm that even minor clubs (like our linux user group) requires a treasurer and bookkeeping even when the money is literally only used to buy 1-3 pizzas once a week. Our only dues are "Hey, if you want us to feed you at the meeting this week give the treasurer like $1 when you see him"
    In conversation Monday, 25-Sep-2017 16:08:09 EDT from social.tekk.in permalink
  19. tekk (tekk@social.tekk.in)'s status on Monday, 25-Sep-2017 15:54:03 EDT tekk tekk
    • Brandon Hall
    @bthall Oh sorry, I hit favorite on your favoriting of me saying that we were required to take a class on #R
    In conversation Monday, 25-Sep-2017 15:54:03 EDT from social.tekk.in permalink
  20. tekk (tekk@social.tekk.in)'s status on Monday, 25-Sep-2017 15:38:53 EDT tekk tekk
    Seriously though. Me going into statistics: there must be some sort of rigor and reasonability to all this pattern finding to pull good results out of real world data, right? Me coming out of statistics with an A: Nah, it's pretty much as arbitrary as I thought coming in.
    In conversation Monday, 25-Sep-2017 15:38:53 EDT from social.tekk.in permalink
  • After
  • Before
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.