开发者

where can I get these kind of exercises to solve? [closed]

开发者 https://www.devze.com 2022-12-29 04:34 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly re开发者_如何学编程opened, visit the help center for guidance. Closed 10 years ago.

Recently I did a Java programming exercise successfully which was sent by a recruiting firm, The problem statement goes like this 'There are two text files FI(records abt files and directory information) and FS(containing blocks of data) which represent a file Index and file System respectively and I was supposed to write a static read method in a class which will read the file from the FS depending upon the path string provided using FI' My question is where can I get these kind of exercises to solve, the complexity should be above average to tough.


Start here:

  • Project Euler
  • Programming Praxis
  • CodeKata

Warning! These can become addictive causing you to anger a spouse and/or boss by spending too much time doing "just one more." (I'm guilty of angering both.)


  • http://www.facebook.com/careers/puzzles.php
  • http://www.itasoftware.com/careers/hiringpuzzles.html
  • Search GlassDoor interviews section for any major software engineering company (Google is a good one)


This site has a lot of programming puzzles:

http://uva.onlinejudge.org/

I know they're not the kind that appear in interviews, but maybe you're interested as well.


CareerCup has questions actually asked by many interviwers. Also found http://www.cafeaulait.org/books/jdr/exercises/ and Coding Bat

0

精彩评论

暂无评论...
验证码 换一张
取 消