TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rakesh Singh
NA
57
7.5k
Combinations in javascript
Sep 9 2018 1:50 AM
Write a javascript program to distribute n identical objects among the r persons.
Example: n=2 identical objects.
and r=2 , persons
so output would be like {1,1}{0,2} {2,0}
function distribute(n,r){
}
and one more problem I have
Write a javascript function to decrypt the letters in alphabet
for Example : input : nrfzh i.e. n : n +3=q, r:r+3=u and so on.
Output: 'quick'
function decrypt(input){
}
Please help.
Thanks in Advance.
Reply
Answers (
4
)
Customizing the external login buttons in Asp.Net Web Forms
Loop URL to download PDF file.