Hello coders,
I have made several classes consisting of the different frequently used algorithm implementations like bfs,dfs,permutations ,combinations etc.etc.I have a couple of question:
1)Can I create a package of these classes and use it in different online judges like codeforces,codechef,topcoders.....like I only have to import algorithms.*;
2)If Yes,Then how to create such a package.If no then what are the other better options to use these in the problems of online judge(other than copying and pasting or saving them as a template).
Any help will be appreciated and regareded.
Thanks
I have made several classes consisting of the different frequently used algorithm implementations like bfs,dfs,permutations ,combinations etc.etc.I have a couple of question:
1)Can I create a package of these classes and use it in different online judges like codeforces,codechef,topcoders.....like I only have to import algorithms.*;
2)If Yes,Then how to create such a package.If no then what are the other better options to use these in the problems of online judge(other than copying and pasting or saving them as a template).
Any help will be appreciated and regareded.
Thanks
2) Use some IDE / Plugin which allows inlining / pasting / templating you need. Seems that depends on how would you like it and at which judge to use. I think that easiest is to define auto-template (in Eclipse for example) which is substituted when you type in some letters combination etc.
Anyways thanks for clearing my doubts
As I know this IDE is good only for educational purposes, not for serious work. If you want to become a successful programmer - try to become acquainted with any good and popular IDE - for example Eclipse or NetBeans.
But I cannot understand how to install it.I use BlueJ as said earlier.It seems I have to create a directory for the plugin.But do I have to do it in the Bluej's directory or the JAVA's directory.