Skip to content

Code Structure#2

Open
tanujsareen wants to merge 58 commits intoAshu11yadav:masterfrom
tanujsareen:master
Open

Code Structure#2
tanujsareen wants to merge 58 commits intoAshu11yadav:masterfrom
tanujsareen:master

Conversation

@tanujsareen
Copy link
Copy Markdown

No description provided.

@tanujsareen
Copy link
Copy Markdown
Author

Pull Request

tanujsRn and others added 29 commits August 15, 2017 16:17
1. Special Reverse >

Signed-off-by: Tanuj.Sareen <tanuj.sareen@!@#$@#.com>
# Conflicts:
#	src/in/test/javaprogram/MainClass.java

Signed-off-by: Tanuj.Sareen <tanuj.sareen@!@#$@#$.com>
1. ArmsTrong Number (NewWay)

Signed-off-by: Tanuj.Sareen <[email protected]>
 Fatorial & Palindrome (Tested with new Code)


Signed-off-by: Tanuj.Sareen <[email protected]>
Sorting :
1. Bubble Sort
2. Selection Sort
3. Insertion Sort (Working on)

Signed-off-by: Tanuj.Sareen <[email protected]>
Signed-off-by: Tanuj.Sareen <[email protected]>
Signed-off-by: Tanuj.Sareen <[email protected]>
Commit

Signed-off-by: Tanuj.Sareen <[email protected]>
Commit Changes

Signed-off-by: Tanuj.Sareen <tanuj.sareen@.....>
Signed-off-by: Tanuj.Sareen <tanuj.sareen@.....>
Working on String Questions


Signed-off-by: Tanuj.Sareen <tanuj.sareen@.......>
Given a string, find the first
	 * non-repeating character in it and return it's index.


Signed-off-by: Tanuj.Sareen <tanuj.sareen@......>
415. Add Strings

Given two non-negative integers num1 and num2 represented as string, return the sum of num1 and num2.

The length of both num1 and num2 is < 5100.
Both num1 and num2 contains only digits 0-9.
Both num1 and num2 does not contain any leading zero.
You must not use any built-in BigInteger library or convert the inputs to integer directly.


Signed-off-by: Tanuj.Sareen <tanuj.sareen@.....>
Working on 443. String Compression


Signed-off-by: Tanuj.Sareen <tanuj.sareen@......>
Signed-off-by: Tanuj.Sareen <tanuj.sareen@.....>
1. Overrloading with Exception handling.

Signed-off-by: Tanuj.Sareen <[email protected]>
1. Polymorphism Concept Added


Signed-off-by: Tanuj.Sareen <[email protected]>
1. work in progress related to String Questions.


Signed-off-by: tanuj <[email protected]>
# Conflicts:
#	src/in/test/javaprogram/stringTag/StringQues.java

Signed-off-by: tanuj <[email protected]>
Updated ReadME
 35. Search Insert Position
	 *
	 * Given a sorted array and a target value, return the index if the target is
	 * found. If not, return the index where it would be if it were inserted in
	 * order.
	 *
	 * You may assume no duplicates in the array.
	 *
	 * Example 1:
	 *
	 * Input: [1,3,5,6], 5 Output: 2 Example 2:
	 *
	 * Input: [1,3,5,6], 2 Output: 1 Example 3:
	 *
	 * Input: [1,3,5,6], 7 Output: 4 Example 4:
	 *
	 * Input: [1,3,5,6], 0 Output: 0


Signed-off-by: tanuj <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants