Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Coin exchange problem solution Implementation in Java

Hi, In this blog I tried to provide an efficient solution for a famous coin exchange problem using dynamic problem in bottom up approach whose time complexity is O(mn). Problem Definition In coin exchange problem you can think of a coin v

How to call the model from one component to another component in Joomla?

Hello Readers, Below blog shows the call of the model from one component to another component.   For Example - We have a two different components in Joomla : >> comp1 comp1->model->m1   model: m1 comp1->controller->c

HTML Anchor target Attribute

The target attribute is used in hyperlinks. It specifies the destination of the hyperlink. The target attribute is used to determine where to open/load the current link, whether on the same tab, next tab, new window or new frame. If we do not speci

openbugs model error

Hi I hava a problem in running my openbugs model my model is: model { for(i in 1:N) { y[i] ~ dpois(mu[i]) log(mu[i]) <- alpha + beta1*x1[i] + beta2*x2[i] +beta3*x3[i] + u[i] + v[i] u[i] ~ dnorm(0, precu) } v[1:N] ~ car.normal(adj[], weights[

Important Facebook Limits Every Social Media Expert Should know

Hi friends, In this Blog, I am going to explain some Facebook limits that every social media expert should know. Facebook is the largest social media Networking website in the world which has nearly 1.4 billion active users. If we go into deeper c

How to create threads in Java?

How to create threads in Java? From main thread we can create our own user defined threads, we can create threads in two ways: By extending thread class. By implementing run-able interface. By extending thread class Create a class which extends

To Make a Preloader Using HTML and CSS

Hello readers, If you want to make a preloader using HTML and CSS follow the below code: Html <div class="circle"> <div class="inner"> <div class="spot"></div> </div> </div> <h1>loading.

String in C++

While perform manipulation with character or with string you need to do it with an char  array for string or char variable for a single character.   This is the first way to manipulate the characters with char array.   char greeti

Javascript arrow functions

From the long list of new elements balanced for appropriation by JavaScript in ECMAscript 6 (the principles collection of JavaScript), one that truly emerges is JavaScript bolt works. A moderate's optimal structure element, bolt capacity's ul

Insert and Remove value from begining of an array

This article demonstrate two predefined functions of PHP to add and remove values from begining of an array. 1.array_shift(): This function removes first element of an array and returns the removed value. The numeric keys of array are automatically

1 22 949
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: