Giter Club home page Giter Club logo

Hi šŸ‘‹, I'm Pradeep

A passionate frontend developer from India

vbpradeep

  • šŸ”­ Iā€™m currently working on Help Desk Sass product

  • šŸŒ± Iā€™m currently learning Vue, React

  • šŸ’¬ Ask me about Angular, Javascript

  • šŸ“« How to reach me [email protected]

Connect with me:

vbpradeep vbpradeep pradeep_vasu05 pradeep-kumar-25957a94 5553878 vbpradeep kingfisherpradeep pradeep_vasu @vbpradeep @vbpradeep vbpradeep

Languages and Tools:

angularjs express git gulp html5 jasmine javascript karma nodejs puppeteer sass typescript webpack




Latest Blogs posts:

----> Progress


Github Stats:


Ā  vbpradeep




Ā vbpradeep




vbpradeep

Pradeep Kumar's Projects

are-they-the-same- icon are-they-the-same-

You are given two strings. You have to check if the strings are permutations of each other and output "YES" or "NO" accordingly without quotes. Input: 2 lines of input each containing a string. (a to z and 0 to 9) Output: A single line containing YES or NO. Constraints: String would not contain any spaces. size of string < 100

biased-chandan icon biased-chandan

Chandan is an extremely biased person, and he dislikes people who fail to solve all the problems in the interview he takes for hiring people. There are n people on a day who came to be interviewed by Chandan. Chandan rates every candidate from 0 to 10. He has to output the total ratings of all the people who came in a day. But, here's the problem: Chandan gets extremely frustrated when someone ends up scoring a 0 in the interview. So in frustration he ends up removing the candidate who scored that 0, and also removes the candidate who came before him. If there is no candidate before the one who scores a 0, he does nothing. You've to find the summation of all the ratings in a day for Chandan. Input constraints: The first line of input will contain an integer ā€” n. The next n lines will contain an integer, where the ith integer represents the rating of the ith person. Output constraints: Print the required sum. Constraints: 1 ā‰¤ n ā‰¤5 * 103 0 ā‰¤ Value of ratings ā‰¤10

little-jhool-and-the-magical-jewels- icon little-jhool-and-the-magical-jewels-

Little Jhool is still out of his mind - exploring all his happy childhood memories. And one of his favorite memory is when he found a magical ghost, who promised to fulfill one of Little Jhool's wish. Now, Little Jhool was a kid back then, and so he failed to understand what all could he have asked for from the ghost. So, he ends up asking him something very simple. (He had the intuition that he'd grow up to be a great Mathematician, and a Ruby programmer, alas!) He asked the ghost the power to join a set of the letters r, u, b and y into a real ruby. And the ghost, though surprised, granted Little Jhool his wish... Though he regrets asking for such a lame wish now, but he can still generate a lot of real jewels when he's given a string. You just need to tell him, given a string, how many rubies can he generate from it? Input Format: The first line contains a number t - denoting the number of test cases. The next line contains a string. Output Format: Print the maximum number of ruby(ies) he can generate from the given string. Constraints: 1 ā‰¤ t ā‰¤ 100 1 ā‰¤ Length of the string ā‰¤ 100

matching-strings icon matching-strings

PIET's CS Department is writing a spell-checker system, and you have been tasked with writing a function to determine how closely two words resemble each other. The algorithm you are to use, albeit not a very good one, is to compare the two words character by character, and count how many times the characters in a given position are the same. For instance, the words "TICK" and "TOCK" have a score of 3, since three characters (T, C, K) are the same. Similarly, "CAT" and "DOG" score 0, since no letters match. You are given Strings A and B and you have to return an integer K indicating the score (as defined above) of how closely the two match. Input : First line of input contains an integer T denoting the number of test cases. Each test case contains two lines of input, where first line contains the string A and second line contains the string B. Output : For each test case print the score on a line. Constraints : A and B will each contain between 1 and 500 characters, inclusive. Each character of a and b will be 'A'-'Z'. 1 <= T <= 50 # Sample Input(Plaintext Link) 4 TICK TOCK CAT DOG APPLE APPLES FANTASTIC ANTASTIC # Sample Output(Plaintext Link) 3 0 5 0

x-editable icon x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.