Tuesday, 2024-03-19, 5:48 AM
ebooks Programming Computer Science
Welcome Guest | RSS
Site menu
Section categories
My articles [23]
Main » Articles » My articles

Entries in category: 23
Shown entries: 1-10
Pages: 1 2 3 »

Sort by: Date · Name · Rating · Comments · Views
http://www.quora.com/Programming-Interviews/What-are-the-top-10-most-popular-dynamic-programming-problems-among-interviewers#answers

http://www.geeksforgeeks.org/tag/dynamic-programming/

http://people.csail.mit.edu/bdean/6.046/dp/
My articles | Views: 11047 | Added by: Sumrat | Date: 2013-02-20 | Comments (0)

Method 1

Boot up with DOS and delete the sam.exe and sam.log files from Windows\system32\config in your hard drive. Now when you boot up in NT the password on your built-in administrator account which will be blank (i.e No password). This solution works only if your hard drive is FAT kind.
My articles | Views: 9863 | Added by: Sumrat | Date: 2012-12-04 | Comments (0)

How to find out smallest number among 3 numbers without conditional statement (if-else) ...
It works only for positive numbers ...
My articles | Views: 9389 | Added by: Sumrat | Date: 2012-11-30 | Comments (0)

আমরা একটু খেয়াল করলেই দেখি আজকাল অনেক সুন্দর সুন্দর সফটওয়্যার তৈরি হচ্ছে।ইন্ডাস্ট্রি লেভেলে অনেক সময়ই অ্যালগোরিদমের জটিলতার দিকে নজর দেয়া হয়না।এটা অনেকটা তত্ত্বীয় কম্পিউটার বিজ্ঞানের বিষয়।আমরা জানি অ্যালগোরিদমের জটিলতাকে বিগ ও (bog O) দিয়ে প্রকাশ করা হয়।এটা দিয়ে বোঝা যায় অ্যালগোরিদমটা কতটা দ্রুত কাজ করে।যেহেতু এটা অ্যালগোরিদমের দ্রুততা নিয়ে কাজ করে তাই এটা সত্ত্বই প্রয়োগ করা যেতে পারে সফটওয়্যার ইন্ডাস্ট্রিগুলিতে।তাতে সফত্বারেগুলি হবে আরও আকর্ষণীয়।ধরা যাক আমরা একটা কোড লেখলাম তা ১০০০ টি ডাটা নিয়ে কাজ করতে সময় নেয় ১ সেকেন্ড।এখন আমরা যদি এটা ডাবল করে দেই তাহলে আমাদের অ্যালগোরিদম কতটা দ্রুত কাজ করতে পারে।এটা কি তখন একি সময় নিবে নাকি এরথেকে ডাবল সময় নিবে নাকি চার গুন সময় বেশি নিবে।এটা আরও ভাল বোঝা যায় যে আমরা একটা ওয়েব আপ্লিকাশন বানালাম যা ১০০ ব্যবহার করছে।এখন যদি ২০০ জন ব্যবহার করে তাহলে এটা কতটা ভালভাবে কাজ করবে।এটা আমরা অ্যালগোরিদমের জটিলতা দিয়ে বুঝতে পারব।তাই দেখা যাচ্ছে অ্যালগোরিদমের জটিলতা জানাটা আমাদের জন্য বেশ ভাল একটা অপরিহার্য বিষয়।

My articles | Views: 9742 | Added by: Sumrat | Date: 2012-11-12 | Comments (0)

#include <stdio.h>
int main()
{
char a[2][5]={"EVEN","ODD"};

int i;
scanf("%d",&i);
printf("%s",a[i%2]);
}
My articles | Views: 10053 | Added by: Sumrat | Date: 2012-11-04 | Comments (0)

মৌলিক সংখ্যা নিয়ে টানাটানি ...
My articles | Views: 10112 | Added by: Sumrat | Date: 2012-10-04 | Comments (0)

a C++ code is given in the full text section
My articles | Views: 34756 | Added by: Sumrat | Date: 2012-09-17 | Comments (0)

Printing Hello World without semicolon 
My articles | Views: 11408 | Added by: Sumrat | Date: 2012-09-10 | Comments (0)

Calculate the summation of two numbers(both must have only one digit positive number) without using any operator like +,-,*,/ etc.
My articles | Views: 11447 | Added by: Sumrat | Date: 2012-08-23 | Comments (0)

swap two numbers without using third variable
My articles | Views: 15982 | Added by: Sumrat | Date: 2012-08-23 | Comments (1)

1-10 11-20 21-23
Our poll
Rate my site
Total of answers: 164
Statistics

Total online: 1
Guests: 1
Users: 0
Login form