surajit2001.blogspot.com surajit2001.blogspot.com

surajit2001.blogspot.com

Java Program and notes

Java Program and notes. Saturday, April 20, 2013. Wednesday, September 19, 2012. Algorithm LAB b) Write two recursive programs to compute Xn, where both X and n are integers, one computes it in O(n) time and the other in O(log n) time. Long power(int, int);. Printf("enter value of x n");. Printf("enter power of x n");. Printf("the number of steps is %d n",count);. Printf("the result is %ld n",pow);. Long power(int x, int y). Return(power(x,y/2)*power(x,y/2) ;. Return(x*power(x,y/2)*power(x,y/2) ;. Printf...

http://surajit2001.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR SURAJIT2001.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.7 out of 5 with 3 reviews
5 star
1
4 star
0
3 star
2
2 star
0
1 star
0

Hey there! Start your review of surajit2001.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

FAVICON PREVIEW

  • surajit2001.blogspot.com

    16x16

  • surajit2001.blogspot.com

    32x32

  • surajit2001.blogspot.com

    64x64

  • surajit2001.blogspot.com

    128x128

CONTACTS AT SURAJIT2001.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Java Program and notes | surajit2001.blogspot.com Reviews
<META>
DESCRIPTION
Java Program and notes. Saturday, April 20, 2013. Wednesday, September 19, 2012. Algorithm LAB b) Write two recursive programs to compute Xn, where both X and n are integers, one computes it in O(n) time and the other in O(log n) time. Long power(int, int);. Printf(enter value of x n);. Printf(enter power of x n);. Printf(the number of steps is %d n,count);. Printf(the result is %ld n,pow);. Long power(int x, int y). Return(power(x,y/2)*power(x,y/2) ;. Return(x*power(x,y/2)*power(x,y/2) ;. Printf...
<META>
KEYWORDS
1 posted by
2 surajit acharya
3 no comments
4 email this
5 blogthis
6 share to twitter
7 share to facebook
8 share to pinterest
9 include stdio h
10 include stdlib h
CONTENT
Page content here
KEYWORDS ON
PAGE
posted by,surajit acharya,no comments,email this,blogthis,share to twitter,share to facebook,share to pinterest,include stdio h,include stdlib h,int count;,int main,long pow;,scanf %d &x ;,scanf %d &y ;,count=0;,pow=power x y ;,return 0;,count ;,if y= 0
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Java Program and notes | surajit2001.blogspot.com Reviews

https://surajit2001.blogspot.com

Java Program and notes. Saturday, April 20, 2013. Wednesday, September 19, 2012. Algorithm LAB b) Write two recursive programs to compute Xn, where both X and n are integers, one computes it in O(n) time and the other in O(log n) time. Long power(int, int);. Printf("enter value of x n");. Printf("enter power of x n");. Printf("the number of steps is %d n",count);. Printf("the result is %ld n",pow);. Long power(int x, int y). Return(power(x,y/2)*power(x,y/2) ;. Return(x*power(x,y/2)*power(x,y/2) ;. Printf...

INTERNAL PAGES

surajit2001.blogspot.com surajit2001.blogspot.com
1

Java Program and notes: Algorithm LAB_b) Write two recursive programs to compute Xn, where both X & n are integers, one computes it in O(n) time & the other in O(log n) time.

http://surajit2001.blogspot.com/2012/09/algorithm-labb-write-two-recursive.html

Java Program and notes. Wednesday, September 19, 2012. Algorithm LAB b) Write two recursive programs to compute Xn, where both X and n are integers, one computes it in O(n) time and the other in O(log n) time. Long power(int, int);. Printf("enter value of x n");. Printf("enter power of x n");. Printf("the number of steps is %d n",count);. Printf("the result is %ld n",pow);. Long power(int x, int y). Return(power(x,y/2)*power(x,y/2) ;. Return(x*power(x,y/2)*power(x,y/2) ;. Kolkata, West Bengal, India.

2

Java Program and notes: February 2011

http://surajit2001.blogspot.com/2011_02_01_archive.html

Java Program and notes. Thursday, February 17, 2011. To construct and verify the working of a single digit decade counter using IC 7490. Apparatus:. 1) IC7490 Decade counter kit. 2) Connecting patch cards. Wire the circuit diagram shown in figure 1. Connect the 1Hz clock to pin CPO.(14). Connect the reset terminals (MR1 and MR2) to high and set terminals (MS1 and MS2) to zero and observe the output. Now connect set and reset inputs to zero and observe the outputs. 4 – BIT BINARY RIPPLE COUNTER. Previous ...

3

Java Program and notes: September 2011

http://surajit2001.blogspot.com/2011_09_01_archive.html

Java Program and notes. Tuesday, September 6, 2011. Algo for Searching and Sorting. This is most frequently used search method. We simply traverse the list or array or records and. Check if the identification number matches with the id number of our interest. Obtain the input array. Obtain number of terms, key. While ( count =N) & found= false). If false declare the key is not present in the array. Else declare the position and value of the element. Success) & max =min). If ( mid= key). For j=i 1 j len do.

4

Java Program and notes: November 2010

http://surajit2001.blogspot.com/2010_11_01_archive.html

Java Program and notes. Friday, November 19, 2010. Program for binary search using recursion*/. Program for binary search in c*/. Int binsearch(int [],int,int,int);. Int ar[]={12,23,32,34,45};. Int i,lb=0,ub=4,ser;. Printf("Enter search ele :-");. Int f=binsearch(ar,ser,lb,ub);. Printf("Ele found.");. Printf("Ele not found.");. Int binsearch(int ar[],int ser,int lb,int ub). Int mb=(lb ub)/2;. Binsearch(ar,ser,lb,ub);. Binsearch(ar,ser,lb,ub);. Program for binary search in java*/. Int i,lb=0,ub=4,ser;.

5

Java Program and notes: May 2011

http://surajit2001.blogspot.com/2011_05_01_archive.html

Java Program and notes. Thursday, May 26, 2011. Notes on calloc and malloc. Allocates memory for an array of nmemb. Bytes each and returns a pointer to the allocated memory. The memory is set to zero. Bytes and returns a pointer to the allocated memory. The memory is not cleared. Frees the memory space pointed to by ptr. Which must have been returned by a previous call to malloc. Otherwise, or if free(. Has already been called before, undefined behaviour occurs. If ptr. Is NULL, no operation is performed.

UPGRADE TO PREMIUM TO VIEW 10 MORE

TOTAL PAGES IN THIS WEBSITE

15

OTHER SITES

surajit.com surajit.com

surajit.com -

surajit.in surajit.in

My World - Surajit

surajit.nl surajit.nl

Surajit - Surajit

Lkom bij Surajit.nl. Elcome to my music site. Elkom op mijn yoga site. Een momentje terwijl de muziek wordt geladen. Please wait while the music is loading.

surajit.org surajit.org

surajit.org home

Surajit A. Bose. This site is under construction. At this time, the links in the navigation bar at the bottom of the page lead nowhere. Updates occur at random intervals—basically, whenever I get around to it, which isn't very often. This site is my learning laboratory for website development. I've known HTML tagging for years. My goal is to design an attractive site that uses clean and logical code. Once I feel comfortable with. I hope to move on to Flash. And more esoteric technologies— XSL. Which I re...

surajit.vecict.net surajit.vecict.net

A2ZServer

surajit2001.blogspot.com surajit2001.blogspot.com

Java Program and notes

Java Program and notes. Saturday, April 20, 2013. Wednesday, September 19, 2012. Algorithm LAB b) Write two recursive programs to compute Xn, where both X and n are integers, one computes it in O(n) time and the other in O(log n) time. Long power(int, int);. Printf("enter value of x n");. Printf("enter power of x n");. Printf("the number of steps is %d n",count);. Printf("the result is %ld n",pow);. Long power(int x, int y). Return(power(x,y/2)*power(x,y/2) ;. Return(x*power(x,y/2)*power(x,y/2) ;. Printf...

surajit793.wordpress.com surajit793.wordpress.com

surajit793 | আমার কথা

আম র কড়চ -শ য়র শমন. Asymp; Leave a comment. আম র কড়চ : ভব ষ যৎদ রষ ট. Asymp; Leave a comment. আজ যখন ভ ড় ঠ স ম ট র য় চ প ওই কথ ট ভ ব. Asymp; Leave a comment. এমন অন ক গল প আছ পর বলব. Asymp; Leave a comment. Blog at WordPress.com.

surajitbarman.in surajitbarman.in

Dr. Surajit Barman | www.surajitbarman.in

Surajit Barman started his teaching career in Barama College, Barama in 1985 and then joined Tihu College, Tihu in 1988. He promoted to Associate Professor. And continued in Tihu College till 30. November, 2014. On 1. December, 2014 he joined as Principal. Of North Kamrup College, Baghmara. He received his. From Gauhati University, Guwahati and eventually earned his. From North Eastern Hill University, Shillong. Born in Bhojkuchi, a remote village in Nalbari District of Assam,. And to teach them. Barman ...

surajitbarman.wordpress.com surajitbarman.wordpress.com

Surajit Barman | Inside Out

Professionals, are we? As per the Merriam-Webster’s dictionary the word. That characterize or mark a profession,. Professional character, spirit, or methods. The standing, practice, or methods of a professional, as distinguished from an amateur. How many time do we have asked ourselves whether we really fit into these definitions? Comments : 1 Comment. Justice Delayed Is Justice Denied – vacations in the judiciary. Comments : 1 Comment. Technically speaking, inflation is defined as a sustained increase i...

surajitbhowal.jualumni.com surajitbhowal.jualumni.com

surajitbhowal

Open letter to our chief minister Mamata Banerjee. June 5, 2011 in developmental. Dear Mamata Di,. At the outset I take this opportunity to congratulate you for your overwhelming victory in West Bengal’s 2011 assembly poll. I am Surajit Bhowal from Dooars,North Bengal ( www.surajit.4t.com. Recently Uttarbanga Unnayan Parshad minister Mr Goutam Deb had. Concluded a meeting with local intellectuals to submit to you a road. Map for over all development of North Bengal. Accountable to public. They do not...

surajitdasgupta.blogspot.com surajitdasgupta.blogspot.com

RESEARCH

Every truth is printable. Lessons For India From Greece. 8216;Media Dancing To Congress’s Tunes’. Article published in The Pioneer. Article reproduced from another publication. Sunday debates in The Pioneer. Editor's articles/reports on science. Surajit Dasgupta's articles quoted/cited. The news and views portal I founded. सिर्फ़ NEWS. Subscribe to: Posts (Atom). I treat no individual, organisation or institution as a holy cow. No information/opinion will be censored out. प्रतिबिम्ब. Interviewing the Fath...