├── .idea
├── .gitignore
├── misc.xml
├── modules.xml
├── runConfigurations.xml
└── vcs.xml
├── 2048.py
├── Arduino
└── Seven Segment Display
│ ├── sevensegmentdigit.hex
│ ├── sevensegmentdigit
│ └── sevensegmentdigit.ino
│ ├── sevensegmentdisplay.simu
│ └── summary.png
├── Armstrong numbers in range
├── Armstrong or not
├── Armstrong.c
├── Bash
├── calc.sh
├── organizer.sh
└── zip.sh
├── Bucket-Pattern
├── C#
└── classAndObject.cs
├── C++ Programming
├── .vscode
│ ├── launch.json
│ ├── settings-DESKTOP-HGISAK6.json
│ ├── settings.json
│ └── tasks.json
├── 132_pattern.cpp
├── 2sum.cpp
├── ARMSTRONG.cpp
├── AmbiguityResolutionInheritance.cpp
├── ArrayInClass.cpp
├── ArrayInMain.cpp
├── BALANCED-BRACKETS.CPP
├── Bank Management system.c
├── Besttobuy&sell.cpp
├── Binarysearch.cpp
├── Boyer_Moore.cpp
├── CallByReference.cpp
├── Classes.cpp
├── ComplexNo.cpp
├── Constructor.cpp
├── ConstructorInDerivedClass.cpp
├── ConstructorOverloading.cpp
├── CopyConstructor.cpp
├── DefaultArg.cpp
├── DefaultConstructor.cpp
├── Dijkstra.cpp
├── Distructor.cpp
├── DynamicConstructor.cpp
├── Enum.cpp
├── ForLoop.cpp
├── FriendFuction3.cpp
├── FriendFunction2.cpp
├── Function.cpp
├── GuessGame.cpp
├── HamiltonianCycle.cpp
├── HexGame.cpp
├── Infuction.cpp
├── Inheritance.cpp
├── InitializationSectionInConstructor.cpp
├── LinearSearch.cpp
├── Majority Element.cpp
├── Maximum_width_ramp.cpp
├── Merge_Sort.cpp
├── Minimum_Number_of_Swaps_to_Make_the_String_Balanced.cpp
├── MultiLevelInheritance.cpp
├── MultipleInheritance.cpp
├── Nesting.cpp
├── Next_Greater_Element_II.cpp
├── Overloading.cpp
├── ParameterizedConstructor.cpp
├── ParametirizedConstructor2.cpp
├── Permutation_Sequence.cpp
├── Permutation_in_String.cpp
├── PointerRevision.cpp
├── PointerToDerivedClass.cpp
├── Protected.cpp
├── RabinKarp.cpp
├── Radix_Sort.cpp
├── Recursion.cpp
├── Remove Duplicates from Sorted Array.cpp
├── RemoveDuplicateelementsFromSortedArray.cpp
├── RemoveElements.cpp
├── Reverse Linked List.cpp
├── RevisingPointer.cpp
├── Romantoint.cpp
├── Segement_Tree.cpp
├── SingleInheritance.cpp
├── SingleInheritancePrivate.cpp
├── SingleInheritancePublic.cpp
├── StaticDataMember.cpp
├── StaticFunction.cpp
├── StaticFunctionInClass.cpp
├── Structure.cpp
├── Sudoku_Solver.cpp
├── Topological-sort.cpp
├── TypeDef.cpp
├── Union.cpp
├── ValidParanthsis.cpp
├── VirtualBassClass.cpp
├── VirtualFunction.cpp
├── add_two_numbers_linked_list.cpp
├── aggreation.cpp
├── aggreation.exe
├── airthmatic.exe
├── array.cpp
├── array.exe
├── avg.cpp
├── avg.exe
├── balanced_brackets.cpp
├── bank_management.cpp
├── binary_to_demical.cpp
├── buysell2.cpp
├── check.c
├── check.exe
├── classes.cpp
├── classes.exe
├── classes.o
├── complex.cpp
├── complex.exe
├── concatenateTwoString.cpp
├── copy.cpp
├── copy.exe
├── count.cpp
├── deletion and reverse in circular linked list.cpp
├── fact.cpp
├── friend.cpp
├── friend.exe
├── func2.cpp
├── func_overloading.cpp
├── func_overloading.exe
├── game.cpp
├── generate_parentheses.cpp
├── headtailcpp
├── hello.c++
├── hybrid.cpp
├── hybrid.exe
├── inheri.cpp
├── inheri.exe
├── intersction2.cpp
├── iostream.cpp
├── iostream.exe
├── kmp.cpp
├── merge.cpp
├── merge.exe
├── merge_two_sorted_list.cpp
├── middle_linked_list_tortoise_hare.cpp
├── operators.cpp
├── operators.exe
├── plusone.cpp
├── pointer.cpp
├── pointer.exe
├── powerOFaNumber.cpp
├── precedence.cpp
├── precedence.exe
├── prime.cpp
├── prime.exe
├── primenoc++.cpp
├── queue.cpp
├── queue.exe
├── recc.cpp
├── recc.exe
├── reference_var.cpp
├── reference_var.exe
├── removeExtraSpaces.cpp
├── singlenumber.cpp
├── star.c++
├── strong.cpp
├── tailhead.cpp
├── temp.cpp
├── temp.exe
├── virtua.cpp
├── virtua.exe
└── waterContainer.cpp
├── C
├── Alphabet triangle.cpp
├── BinarySearchRecursive.c
├── BubbleSort.c
├── CheckPalindromicNumber.c
├── Checking for looped LL.c
├── Dance Moves Game
│ ├── Dance_Moves_Game.c
│ └── README.md.txt
├── Date-to-day.c
├── FibonacciSeries.c
├── Gauss_Elimination.c
├── HeapSort.c
├── HuffmanCode.c
├── Infix to Postfix.c
├── InsertionSort.c
├── Jordan_GaussElimination.c
├── LinearSearch.c
├── Merge two sorted Linkedlists.c
├── MergeSort.c
├── NumbersInLetters.c
├── PAM-Template
│ ├── Makefile
│ └── pam-module-template.c
├── Palimdrome.c
├── PrioritySchedulingAlgo.cpp
├── QuickSort.c
├── RadixSort.c
├── ReverseNumber.c
├── SelectionSort.c
├── SelectionSort.cpp
├── SumOfArray.c
├── Two_way_stack.c
├── bfs.c
├── binary_search_recursive_file_c.c
├── bubble sort.c
├── concatenatedwordsfinder.c
├── convexpolygonchecker.c
├── count_sort.c
├── decimal to binary converter.c
├── dfs.c
├── diagonaltraverse.c
├── diamond_pattern.c
├── factirial number finder.c
├── fibonacci.c
├── frequencycounter.c
├── friend_numer_inC.c
├── helloworld.c
├── knapsack.c
├── lcm.c
├── leapyear.c
├── linkedList.c
├── main.c
├── minesweepergame.c
├── n-queens.c
├── palindromeNumChecker.c
├── pattern.c
├── program_to_draw_circle_using_opengl.c
├── quick_sort.c
├── selection sorting.c
├── socket-programming
│ ├── UDP-echo
│ │ ├── README.md
│ │ ├── client.c
│ │ └── server.c
│ └── half-duplex-chat-tcp-ip
│ │ ├── README.md
│ │ ├── client.c
│ │ └── server.c
├── srtf_scheduling_os.c
├── student_report_card.c
├── student_report_card.exe
├── tic_tac_toe_game_in_c.c
├── tsp.c
└── union_of_two__LinkedList.c
├── CPP STL
├── BFS_Graph_STL.cpp
├── Bi-directional_search.cpp
├── Detecting_cycle_Graph.cpp
├── Queue
│ ├── recursive_reverse.cpp
│ └── stackusingqueue.cpp
├── algorithm
│ └── algorithm.cpp
├── basic_stl.cpp
├── gray_code_cses.cpp
├── iterators
│ ├── iterators.cpp
│ └── iterators_part2.cpp
├── pairs
│ ├── pairs.cpp
│ └── sorting_pair_arrays.cpp
├── templates
│ ├── class_template.cpp
│ ├── functional_temp_part2.cpp
│ ├── functional_template.cpp
│ └── template_example.cpp
├── vector
│ ├── funcn_part2.cpp
│ ├── funcn_part3.cpp
│ ├── subsetSum_mod_k.cpp
│ ├── vactor_othr_fucn.cpp
│ ├── vector1.cpp
│ ├── vector2.cpp
│ ├── vector3.cpp
│ └── vector4.cpp
└── word-search-in-graph.cpp
├── CPP
├── .vscode
│ ├── Plus One.cpp
│ ├── c_cpp_properties.json
│ ├── launch.json
│ └── settings.json
├── 0-1_knapsack_problem.cpp
├── 01_class_obj.cpp
├── 1 Two Sum.cpp
├── 3Sum.cpp
├── 3sum.cpp
├── 410SplitArrayLargestSum.cpp
├── 4Sum.cpp
├── Anagram.cpp
├── BST implementation.cpp
├── Bellman-Ford-Algo.cpp
├── Binary to Decimal.cpp
├── BinomialCoefficients.cpp
├── Book Management System
├── BoothAlgo.cpp
├── Boyer-Moore Majority Voting Algorithm
├── Brian_Kernighan_Algorithm.cpp
├── C++ Program for HBD.cpp
├── C++ Program to Print Heart Shape With Happy Friendship Day Message Inside it.cpp
├── CalculateGradeofStudent.cpp
├── Calculating Area of 2D shapes
├── Calculator_Program.cpp
├── Casino Game
├── CheckArmstrong.cpp
├── Children_Sum_Property.cpp
├── Cocktail_Sort.cpp
├── CombinationSum2.cpp
├── CountingSubsq.cpp
├── Create Queue Uisng Two Stacks Approach.cpp
├── Cycle in LinkList.cpp
├── Cycle_in_directed_graph.cpp
├── Cyclic_Sort.cpp
├── DataSorted2sum.cpp
├── DecimalToBinary.cpp
├── DepthOfTree.cpp
├── Deque.cpp
├── Doubly linked list.cpp
├── EvenProgram.cpp
├── FencePaintingWays.cpp
├── Fibonacci.cpp
├── FindingPairSumHashTable.cpp
├── FirstNPrimes.cpp
├── Floating Point Representation
│ ├── ieee_754_using_cpp.cpp
│ └── readme.md
├── Floodfill.cpp
├── Floodfill.exe
├── GameOfLife.cpp
├── GfgDsa
│ ├── .vscode
│ │ ├── launch.json
│ │ └── tasks.json
│ └── Introduction
│ │ ├── digitCount
│ │ ├── digitCount.cpp
│ │ ├── hcf
│ │ ├── hcf.cpp
│ │ ├── palindrome.cpp
│ │ ├── recursion
│ │ ├── recursion.cpp
│ │ ├── trail
│ │ └── trail.cpp
├── Goto.cpp
├── Graph.cpp
├── GuessGame.cpp
├── GuessThePattern.cpp
├── Height_BST.cpp
├── InsertionSort.cpp
├── Insertionsort.cpp
├── Intersection point in Y-shaped linked list
├── Kadane's Algorithm.cpp
├── LRU Cache Implementation.cpp
├── Largest sum.cpp
├── Largest_Rectangle_in_Histogram.cpp
├── Largest_rectangle.cpp
├── LeapYear.cpp
├── Left View of Binary Tree.cpp
├── LeftRotationArray.cpp
├── Linked_List.cpp
├── LuckyNumber.cpp
├── Matrix Calculator
├── MatrixChainMultiplication.cpp
├── Merge Sort for Linked List
├── Merge two sorted arrays without using extra space
├── Merge two sorted arrays.cpp
├── Merge two sorted linklist.cpp
├── MinmaxElement.cpp
├── Mirrortree.cpp
├── MissingDifferentOrder.cpp
├── Mo'salgo.cpp
├── NoPattern.cpp
├── OS_Like_View_in_CPP.cpp
├── Palindorm.cpp
├── PalindromeChecker.cpp
├── Postfix Expression Evaluation.cpp
├── Preorder to BST
│ ├── Readme.md
│ └── preorderToBST.cpp
├── PrepBytesCP
│ ├── BoxesandToys.cpp
│ ├── Denomination(arrays).cpp
│ ├── MinandMax.cpp
│ ├── PerfectNumberandDivisors.cpp
│ ├── Reversethenumberusingrecursion.cpp
│ ├── TableChair(Recursion).cpp
│ └── VPattern.cpp
├── Print Ancestors of a given node in Binary Tree.cpp
├── Pyramid.cpp
├── Pythagorean Triplet.cpp
├── Quick Sort.cpp
├── Radix_Sort.cpp
├── Recursive Binary Search.cpp
├── Regular_Expression_Matching.cpp
├── RemoveDuplicatesFromLL.cpp
├── Restoring Division
│ ├── readme.md
│ └── restoring_division.cpp
├── Reverse_Node_in_k-group.cpp
├── Roots of Quadratic Equation
├── RussianDollEnvelopes.cpp
├── SLL-ADT.cpp
├── SPOJ_Mixtures.cpp
├── Selection_Sort.cpp
├── Shell_Sort.cpp
├── Singly Linked List.cpp
├── Split a circular linked list into 2 halves
├── Stock-Span-Problem.cpp
├── Strassens matrix multiplication.cpp
├── StrobogrammaticNumber.cpp
├── SubArraySum.cpp
├── Swapping with and without using Third Variable
├── TappinrainWater.cpp
├── Tarjans_Algorithm.cpp
├── TaylorSeries.cpp
├── Trapping-Rain-Water.cpp
├── TravellingSalesmanProblem.cpp
├── Tree Traversal recursive.cpp
├── Wave_Array.cpp
├── WildCard_Matching.cpp
├── ZigZagTraversal.cpp
├── armstrong.cpp
├── array_reverse_using_loops.cpp
├── binary search
├── binary_tree_lca.cpp
├── birthday_bar.cpp
├── bubble_sort.cpp
├── bubblesort.cpp
├── chocolate_Feast.cpp
├── chocolatedistribution.cpp
├── circle.cpp
├── classmanager.cpp
├── code subset_sum_dp.cpp
├── coin_change.cpp
├── combination_sum.cpp
├── competitive_programming_template.cpp
├── concatenation.cpp
├── days-between-dates.cpp
├── diamond.cpp
├── dijsktra_algo.cpp
├── find_lowest_common_ancestor_bst.cpp
├── flatten_2D_vector.cpp
├── funcmaxmin.cpp
├── generateparentheses.cpp
├── halfdiamondpattern.cpp
├── hangman_game.cpp
├── heap_imply.cpp
├── hirearchical_inheritance.cpp
├── huffman.cpp
├── huffmanCoding.cpp
├── hypothesis testing.R
├── inorder_traversal_of_binary_tree.cpp
├── insertionsort_code.cpp
├── ketan.cpp
├── knapsack.cpp
├── kruskals.cpp
├── kth_largest_ele.cpp
├── kth_smallest_ele.cpp
├── linearSearch.cpp
├── linked_list_recursive_reversal.cpp
├── longest_increasing_subsequence_dp.cpp
├── lucky_number.cpp
├── m_coloringProblem.cpp
├── matrix-multiplication.cpp
├── maximum_circular_subarray_sum.cpp
├── middle_element_linkedlist.cpp
├── middleofLinkedList.cpp
├── min_cost_to_connect_rods_priority_queue.cpp
├── minimum_distance.cpp
├── n-queen.cpp
├── next-greater-element.cpp
├── ones_complement_checksum.cpp
├── painter_partition_dp.cpp
├── palindrome string.cpp
├── palindromic-array.cpp
├── parenthesis_checker.cpp
├── partition_equal_subset_sum.cpp
├── pascals_triangle.cpp
├── path_in_directed_graph.cpp
├── perfect square.cpp
├── permutations.cpp
├── prims.cpp
├── quickSort.cpp
├── rat-in-a-maze.cpp
├── reverse-array.cpp
├── reverseString_Stack.cpp
├── rotate_matrix.cpp
├── search_element_in_row_column_sorted_matrix.cpp
├── segment_tree.cpp
├── shivam.cpp
├── shivam.exe
├── sieve_of_eratosthenes.cpp
├── sorting_0s1s2s.cpp
├── sorting_big_numbers_memory_efficiently.cpp
├── st4cpptesting.cpp
├── stack.cpp
├── sudoku_solver.cpp
├── tower_of_hanoi.cpp
├── transpose of a matrix.cpp
├── traveling salesman.cpp
├── tree_traverse.cpp
├── triangle.cpp
├── tsort.cpp
├── tsp.cpp
├── two_pointer_tech.cpp
└── waterjug.cpp
├── Contact Book
├── DART
├── DiagonalDifference.dart
├── LongestPalindromeSubstring.dart
├── SumToTarget.dart
├── acronym
│ ├── .dart_tool
│ │ ├── package_config.json
│ │ ├── pub
│ │ │ └── bin
│ │ │ │ └── test
│ │ │ │ └── test.dart-2.12.2.snapshot
│ │ └── test
│ │ │ └── incremental_kernel.Ly9AZGFydD0yLjA=
│ ├── .exercism
│ │ └── metadata.json
│ ├── .packages
│ ├── README.md
│ ├── analysis_options.yaml
│ ├── lib
│ │ └── acronym.dart
│ ├── pubspec.lock
│ ├── pubspec.yaml
│ └── test
│ │ └── acronym_test.dart
├── anagram
│ ├── .dart_tool
│ │ └── package_config.json
│ ├── .exercism
│ │ └── metadata.json
│ ├── .packages
│ ├── README.md
│ ├── analysis_options.yaml
│ ├── lib
│ │ └── anagram.dart
│ ├── pubspec.lock
│ ├── pubspec.yaml
│ └── test
│ │ └── anagram_test.dart
├── crypter.dart
├── resistor-color-duo
│ ├── .dart_tool
│ │ ├── package_config.json
│ │ ├── pub
│ │ │ └── bin
│ │ │ │ └── test
│ │ │ │ └── test.dart-2.12.2.snapshot
│ │ └── test
│ │ │ └── incremental_kernel.Ly9AZGFydD0yLjA=
│ ├── .exercism
│ │ └── metadata.json
│ ├── .packages
│ ├── README.md
│ ├── analysis_options.yaml
│ ├── lib
│ │ └── resistor_color_duo.dart
│ ├── pubspec.lock
│ ├── pubspec.yaml
│ └── test
│ │ └── resistor_color_duo_test.dart
└── resistor-color
│ ├── .dart_tool
│ ├── package_config.json
│ ├── pub
│ │ └── bin
│ │ │ └── test
│ │ │ └── test.dart-2.12.2.snapshot
│ └── test
│ │ └── incremental_kernel.Ly9AZGFydD0yLjA=
│ ├── .exercism
│ └── metadata.json
│ ├── .packages
│ ├── README.md
│ ├── analysis_options.yaml
│ ├── lib
│ └── resistor_color.dart
│ ├── pubspec.lock
│ ├── pubspec.yaml
│ └── test
│ └── resistor_color_test.dart
├── Days.c
├── Decimal to Binary
├── Function Distributing Money
├── JAVA
├── AES_encryption.java
├── Account.java
├── AdultOrNot.java
├── Array.java
├── Average.java
├── Bank.java
├── Best_Time_to_Sell.java
├── BinToDeci.cpp
├── BinarySearch.java
├── BinarySearchTree.java
├── BitMan.java
├── Border.java
├── BubbleSort.java
├── ButterFlyPattern.java
├── Calculator.java
├── Circular.java
├── CircularLinkedListSort.java
├── CoinChangeDP.java
├── ContainerWithMostWater.java
├── Currency_converter.java
├── DFSFunctionRecursiveInJava.java
├── DataStructure in java
│ ├── BasicTree
│ │ ├── .idea
│ │ │ ├── .gitignore
│ │ │ ├── description.html
│ │ │ ├── encodings.xml
│ │ │ ├── misc.xml
│ │ │ ├── modules.xml
│ │ │ └── project-template.xml
│ │ ├── BasicTree.iml
│ │ ├── out
│ │ │ └── production
│ │ │ │ └── BasicTree
│ │ │ │ └── com
│ │ │ │ └── company
│ │ │ │ ├── Main.class
│ │ │ │ └── TreeNode.class
│ │ └── src
│ │ │ └── com
│ │ │ └── company
│ │ │ ├── Main.java
│ │ │ └── TreeNode.java
│ ├── BinarySearchTree
│ │ ├── .idea
│ │ │ ├── .gitignore
│ │ │ ├── description.html
│ │ │ ├── encodings.xml
│ │ │ ├── misc.xml
│ │ │ ├── modules.xml
│ │ │ ├── project-template.xml
│ │ │ └── uiDesigner.xml
│ │ ├── BinarySearchTree.iml
│ │ ├── out
│ │ │ └── production
│ │ │ │ └── BinarySearchTree
│ │ │ │ └── com
│ │ │ │ └── company
│ │ │ │ ├── BinaryNode.class
│ │ │ │ ├── BinarySearchTree.class
│ │ │ │ └── Main.class
│ │ └── src
│ │ │ └── com
│ │ │ └── company
│ │ │ ├── BinaryNode.java
│ │ │ ├── BinarySearchTree.java
│ │ │ └── Main.java
│ ├── Circular Doubly Linkrd listL
│ │ ├── .idea
│ │ │ ├── .gitignore
│ │ │ ├── description.html
│ │ │ ├── encodings.xml
│ │ │ ├── misc.xml
│ │ │ ├── modules.xml
│ │ │ └── project-template.xml
│ │ ├── CircularDLL.iml
│ │ ├── out
│ │ │ └── production
│ │ │ │ └── CircularDLL
│ │ │ │ └── com
│ │ │ │ └── company
│ │ │ │ ├── CircularDoublyLinkedList.class
│ │ │ │ ├── DoublyNode.class
│ │ │ │ └── Main.class
│ │ └── src
│ │ │ └── com
│ │ │ └── company
│ │ │ ├── CircularDoublyLinkedList.java
│ │ │ ├── DoublyNode.java
│ │ │ └── Main.java
│ ├── Circular Singly Linked list
│ │ ├── .idea
│ │ │ ├── .gitignore
│ │ │ ├── description.html
│ │ │ ├── encodings.xml
│ │ │ ├── misc.xml
│ │ │ ├── modules.xml
│ │ │ └── project-template.xml
│ │ ├── CSSL.iml
│ │ ├── out
│ │ │ └── production
│ │ │ │ └── CSSL
│ │ │ │ └── com
│ │ │ │ └── company
│ │ │ │ ├── CircularSinglyLinkedList.class
│ │ │ │ ├── Main.class
│ │ │ │ └── Node.class
│ │ └── src
│ │ │ └── com
│ │ │ └── company
│ │ │ ├── CircularSinglyLinkedList.java
│ │ │ ├── Main.java
│ │ │ └── Node.java
│ ├── Doubly LinkedList
│ │ ├── .idea
│ │ │ ├── .gitignore
│ │ │ ├── description.html
│ │ │ ├── encodings.xml
│ │ │ ├── misc.xml
│ │ │ ├── modules.xml
│ │ │ └── project-template.xml
│ │ ├── DLinkedList.iml
│ │ ├── out
│ │ │ └── production
│ │ │ │ └── DLinkedList
│ │ │ │ └── com
│ │ │ │ └── company
│ │ │ │ ├── DoublyLinkedList.class
│ │ │ │ ├── DoublyNode.class
│ │ │ │ └── Main.class
│ │ └── src
│ │ │ └── com
│ │ │ └── company
│ │ │ ├── DoublyLinkedList.java
│ │ │ ├── DoublyNode.java
│ │ │ └── Main.java
│ ├── Heap
│ │ ├── .idea
│ │ │ ├── .gitignore
│ │ │ ├── misc.xml
│ │ │ ├── modules.xml
│ │ │ └── uiDesigner.xml
│ │ ├── Heap.iml
│ │ ├── out
│ │ │ └── production
│ │ │ │ └── Heap
│ │ │ │ └── company
│ │ │ │ ├── Heap.class
│ │ │ │ └── Test.class
│ │ └── src
│ │ │ └── company
│ │ │ ├── Heap.java
│ │ │ └── Test.java
│ ├── LL-Final-Questions
│ │ ├── .idea
│ │ │ ├── .gitignore
│ │ │ ├── description.html
│ │ │ ├── encodings.xml
│ │ │ ├── misc.xml
│ │ │ ├── modules.xml
│ │ │ └── project-template.xml
│ │ ├── LL-Final-Questions.iml
│ │ ├── out
│ │ │ └── production
│ │ │ │ └── LL-Final-Questions
│ │ │ │ └── com
│ │ │ │ └── company
│ │ │ │ ├── LinkedList.class
│ │ │ │ ├── Main.class
│ │ │ │ ├── Node.class
│ │ │ │ └── Questions.class
│ │ └── src
│ │ │ └── com
│ │ │ └── company
│ │ │ ├── LinkedList.java
│ │ │ ├── Main.java
│ │ │ ├── Node.java
│ │ │ └── Questions.java
│ ├── Queue-Using-Array
│ │ ├── .idea
│ │ │ ├── .gitignore
│ │ │ ├── description.html
│ │ │ ├── encodings.xml
│ │ │ ├── misc.xml
│ │ │ ├── modules.xml
│ │ │ └── project-template.xml
│ │ ├── Queue-Using-Array.iml
│ │ ├── out
│ │ │ └── production
│ │ │ │ └── Queue-Using-Array
│ │ │ │ └── com
│ │ │ │ └── company
│ │ │ │ ├── Main.class
│ │ │ │ └── QueueArray.class
│ │ └── src
│ │ │ └── com
│ │ │ └── company
│ │ │ ├── Main.java
│ │ │ └── QueueArray.java
│ ├── QueueUsingLinkedLidt
│ │ ├── .idea
│ │ │ ├── .gitignore
│ │ │ ├── description.html
│ │ │ ├── encodings.xml
│ │ │ ├── misc.xml
│ │ │ ├── modules.xml
│ │ │ └── project-template.xml
│ │ ├── QueueUsingLinkedLidt.iml
│ │ ├── out
│ │ │ └── production
│ │ │ │ └── QueueUsingLinkedLidt
│ │ │ │ └── com
│ │ │ │ └── company
│ │ │ │ ├── LinkedList.class
│ │ │ │ ├── Main.class
│ │ │ │ ├── Node.class
│ │ │ │ └── QueueLinkedList.class
│ │ └── src
│ │ │ └── com
│ │ │ └── company
│ │ │ ├── LinkedList.java
│ │ │ ├── Main.java
│ │ │ ├── Node.java
│ │ │ └── QueueLinkedList.java
│ ├── Singly Linked list
│ │ ├── .idea
│ │ │ ├── .gitignore
│ │ │ ├── description.html
│ │ │ ├── encodings.xml
│ │ │ ├── misc.xml
│ │ │ ├── modules.xml
│ │ │ └── project-template.xml
│ │ ├── DSA Course.iml
│ │ ├── out
│ │ │ └── production
│ │ │ │ └── DSA Course
│ │ │ │ └── com
│ │ │ │ └── company
│ │ │ │ ├── Main.class
│ │ │ │ ├── Node.class
│ │ │ │ └── SinglyLinkedList.class
│ │ └── src
│ │ │ └── com
│ │ │ └── company
│ │ │ ├── Main.java
│ │ │ ├── Node.java
│ │ │ └── SinglyLinkedList.java
│ ├── StackUsingArray
│ │ ├── .idea
│ │ │ ├── .gitignore
│ │ │ ├── description.html
│ │ │ ├── encodings.xml
│ │ │ ├── misc.xml
│ │ │ ├── modules.xml
│ │ │ └── project-template.xml
│ │ ├── StackUsingArray.iml
│ │ ├── out
│ │ │ └── production
│ │ │ │ └── StackUsingArray
│ │ │ │ └── com
│ │ │ │ └── company
│ │ │ │ ├── Main.class
│ │ │ │ └── Stack.class
│ │ └── src
│ │ │ └── com
│ │ │ └── company
│ │ │ ├── Main.java
│ │ │ └── Stack.java
│ ├── StackUsingLL
│ │ ├── .idea
│ │ │ ├── .gitignore
│ │ │ ├── description.html
│ │ │ ├── encodings.xml
│ │ │ ├── misc.xml
│ │ │ ├── modules.xml
│ │ │ └── project-template.xml
│ │ ├── StackUsingLL.iml
│ │ ├── out
│ │ │ └── production
│ │ │ │ └── StackUsingLL
│ │ │ │ └── com
│ │ │ │ └── company
│ │ │ │ ├── LinkedList.class
│ │ │ │ ├── Main.class
│ │ │ │ ├── Node.class
│ │ │ │ └── Stack.class
│ │ └── src
│ │ │ └── com
│ │ │ └── company
│ │ │ ├── LinkedList.java
│ │ │ ├── Main.java
│ │ │ ├── Node.java
│ │ │ └── Stack.java
│ ├── TreeLinkedList
│ │ ├── .idea
│ │ │ ├── .gitignore
│ │ │ ├── description.html
│ │ │ ├── encodings.xml
│ │ │ ├── misc.xml
│ │ │ ├── modules.xml
│ │ │ └── project-template.xml
│ │ ├── TreeLinkedList.iml
│ │ ├── out
│ │ │ └── production
│ │ │ │ └── TreeLinkedList
│ │ │ │ └── com
│ │ │ │ └── company
│ │ │ │ ├── BinaryNode.class
│ │ │ │ ├── BinaryTreeLL.class
│ │ │ │ └── Main.class
│ │ └── src
│ │ │ └── com
│ │ │ └── company
│ │ │ ├── BinaryNode.java
│ │ │ ├── BinaryTreeLL.java
│ │ │ └── Main.java
│ ├── TreeUsing-Array
│ │ ├── .idea
│ │ │ ├── .gitignore
│ │ │ ├── description.html
│ │ │ ├── encodings.xml
│ │ │ ├── misc.xml
│ │ │ ├── modules.xml
│ │ │ └── project-template.xml
│ │ ├── TreeUsing-Array.iml
│ │ ├── out
│ │ │ └── production
│ │ │ │ └── TreeUsing-Array
│ │ │ │ └── com
│ │ │ │ └── company
│ │ │ │ ├── BinaryTree.class
│ │ │ │ └── Main.class
│ │ └── src
│ │ │ └── com
│ │ │ └── company
│ │ │ ├── BinaryTree.java
│ │ │ └── Main.java
│ └── circularQueue
│ │ ├── .idea
│ │ ├── .gitignore
│ │ ├── description.html
│ │ ├── encodings.xml
│ │ ├── misc.xml
│ │ ├── modules.xml
│ │ └── project-template.xml
│ │ ├── circularQueue.iml
│ │ ├── out
│ │ └── production
│ │ │ └── circularQueue
│ │ │ └── com
│ │ │ └── company
│ │ │ ├── CircularQueue.class
│ │ │ └── Main.class
│ │ └── src
│ │ └── com
│ │ └── company
│ │ ├── CircularQueue.java
│ │ └── Main.java
├── DeciToBin.java
├── DiamondNumericPattern
├── DijkstraAlgorithm.java
├── EncapsulationExample.java
├── Fence.java
├── FibonacciDynamic.java
├── Helpful_maths.java
├── HourGlass.java
├── InsertionSort.java
├── JaggedArray
│ ├── jagged_array.java
│ └── readme.md
├── JavaCollectionExample.java
├── JavaEncapsulationExample.java
├── JavaProject
│ ├── LibraryManagementSystem.java
│ ├── OnlineQuizSystem.java
│ └── StudentManagement.java
├── Knapsack_0_1.java
├── KruskalAlgorithm.java
├── LengthOfLastWord.java
├── ListNode.java
├── Loop_Series.java
├── Majority_Element.java
├── Matrix.java
├── MatrixDeterminant.java
├── MergeListInBetween.java
├── MergeSort.java
├── MultiplicationTable.java
├── OrderAgnosticBinarySearch.java
├── Output_Formatting.java
├── PalindromeAString
├── Pattern
│ ├── Diamond.java
│ ├── SWASTIK
│ │ ├── Swastik.java
│ │ └── Swastik.md
│ └── pascalRightTrianglePattern.java
├── Permutations Of A String Iteratively.java
├── PizzaParlourQueue.java
├── PrimsAlgorithm.java
├── PriorityQueue.java
├── Queue
│ ├── QueueUsingArray.java
│ ├── QueueUsingCollections.java
│ └── QueueUsingLinkedList.java
├── QuickSort.java
├── RandomWord.java
├── Range Sum of BST
│ └── Solution.java
├── RemoveDuplicate.java
├── SHA256Encryption.java
├── Searching, sorting ,Array and LinkedList
│ ├── ArraysSortFunction.java
│ ├── BinarySearchD3.java
│ ├── BubbleSort.java
│ ├── CollectionSort.java
│ ├── DeletionLinkedList.java
│ ├── DetectLoopLL.java
│ ├── DoublyLinkedListDelete.java
│ ├── DoublyLinkedListPushInsert.java
│ ├── EqulibriumIndex.java
│ ├── InsertionSort.java
│ ├── IntersectionOfSortedArrays.java
│ ├── LinkedListCode.java
│ ├── LinkedListInsert.java
│ ├── Main.java
│ ├── MaxSubarraySumD2.java
│ ├── Mean.java
│ ├── MergeSortedArrays.java
│ ├── OperationsOnCircularLL.java
│ ├── OperationsOnCircularLL2.java
│ ├── PrefixSumTechniqueD2.java
│ ├── ProfitMaximisationD2.java
│ ├── QuickSort.java
│ ├── RainWaterTrappingD2.java
│ ├── ReverseDoublyLL.java
│ ├── ReverseSinglyLL.java
│ ├── SearchInInfiniteSortedArrayD3.java
│ ├── SearchInInfiniteSortedArrayLognTimeD3.java
│ ├── SearchInLinkedList.java
│ ├── SearchingArrayList.java
│ ├── SelectionSort.java
│ ├── TCSSeriesQuestion.java
│ ├── largestSubArray.java
│ ├── removeConsecutiveElementsArray.java
│ └── squareRootD3.java
├── SinCos.java
├── SortList.java
├── SpiralMatrix.java
├── Stack.java
├── StateofWakanda2(diag traversal).java
├── String-Compression.java
├── SwappingUsingThirdVariable.java
├── WhitespaceRemover.java
├── Working with Java packages
│ ├── BasicShapes
│ │ ├── Cylinder.class
│ │ ├── Rectangle.class
│ │ ├── Shapes.class
│ │ └── Square.class
│ ├── Cylinder.class
│ ├── Main.java
│ ├── Rectangle.class
│ ├── Shapes.class
│ ├── Shapes.java
│ ├── Shapes
│ │ └── BasicShapes
│ │ │ ├── Cylinder.class
│ │ │ ├── Rectangle.class
│ │ │ ├── Shapes.class
│ │ │ └── Square.class
│ ├── Square.class
│ ├── array.c
│ ├── array.exe
│ ├── basic_calc.class
│ ├── calc
│ │ ├── basic_calc.class
│ │ ├── calculator.class
│ │ └── sc_calc.class
│ ├── calculator.class
│ ├── calculator.java
│ ├── computer
│ │ ├── dell.class
│ │ └── hp.class
│ ├── dell.class
│ ├── dell.java
│ ├── hp.class
│ ├── hp.java
│ ├── java practical
│ │ ├── factorial.php
│ │ ├── mydb.class
│ │ ├── mydb.java
│ │ ├── new
│ │ │ ├── Validator.class
│ │ │ ├── age.class
│ │ │ ├── age.java
│ │ │ ├── ageException.class
│ │ │ ├── base.class
│ │ │ ├── derived.class
│ │ │ ├── dynamic.class
│ │ │ ├── dynamic.java
│ │ │ ├── index.php
│ │ │ ├── message.html
│ │ │ ├── myexception.class
│ │ │ ├── myexcp.class
│ │ │ ├── myexcp.java
│ │ │ ├── mythread.class
│ │ │ ├── mythreadclass.class
│ │ │ ├── test.class
│ │ │ ├── threadtest.class
│ │ │ └── threadtest.java
│ │ ├── unboxing.class
│ │ └── unboxing.java
│ ├── mypack
│ │ └── test.class
│ ├── new.drp
│ ├── newtest
│ │ └── folder1
│ │ │ ├── Cylinder.class
│ │ │ ├── Rectangle.class
│ │ │ ├── Shapes.class
│ │ │ └── Square.class
│ ├── p1
│ │ └── p2
│ │ │ └── p3
│ │ │ ├── basic_calc.class
│ │ │ ├── calculator.class
│ │ │ └── sc_calc.class
│ ├── sc_calc.class
│ ├── test.class
│ ├── test.java
│ ├── testclass.class
│ └── testclass.java
├── abstractionExample.java
├── advanced
│ ├── CanYouAccess.java
│ ├── CovariantReturnTypes.java
│ ├── JavaAnnotations.java
│ ├── JavaFactoryPattern.java
│ ├── JavaLambdaExpressions.java
│ ├── JavaMD5.java
│ ├── JavaReflectionAttributes.java
│ ├── JavaSHA256.java
│ ├── JavaSingletonPattern.java
│ ├── JavaVarargsSimpleAddition.java
│ ├── JavaVisitorPattern.java
│ ├── MorseCode
│ │ ├── MorseCode.java
│ │ └── README.md
│ └── PrimeChecker.java
├── armstrong.java
├── ascii-togglecase-string-stringbuilder.java
├── bank.java
├── beautiful_matrix.java
├── bignumber
│ ├── JavaBigDecimal.java
│ ├── JavaBigInteger.java
│ └── JavaPrimalityTest.java
├── celling.java
├── checkMultiplePrimeNumber.java
├── checkPrime.java
├── complex.java
├── findElementAppearsOncea.java
├── generateParenthesis.java
├── heap_sort.java
├── infinteArrayQueation.java
├── k-closest-points-to-origin.java
├── kthSmallestElement.java
├── maxMeeting.java
├── maxSubSqMatrix.java
├── palindromesubstrings.java
├── prime.java
├── rearrageArrayAlternative.java
├── remove_duplicates_from_names.java
├── rotateshell_2Darray.java
├── saddlePrice.java
├── smallestLetter.java
└── toBinary.java
├── JavaScript
├── Algorithms
│ ├── Searching
│ │ ├── BinarySearch.js
│ │ ├── LinearSearch.js
│ │ └── heapsort.js
│ ├── Sorting
│ │ └── BubbleSort.js
│ ├── last_element.js
│ └── z_algorithm.js
├── Breakout_Game
│ ├── app.js
│ ├── index.html
│ ├── plan.txt
│ └── style.css
├── Calculator.js
├── Calculator
│ ├── assets
│ │ └── styles.css
│ └── index.html
├── CountdownTimer
│ ├── index.html
│ ├── script.js
│ └── style.css
├── DataStructures
│ ├── BinaryHeap.js
│ ├── BinarySearchTree.js
│ ├── DoublyLinkedList.js
│ ├── HashTable.js
│ ├── PriorityQueue.js
│ ├── Queue.js
│ ├── SinglyLinkedList.js
│ └── Stack.js
├── Dictionary Extension
│ ├── Readme.md
│ ├── dic.png
│ ├── manifest.json
│ ├── popup.css
│ ├── popup.html
│ └── popup.js
├── Full Cyrptography
│ ├── apt.js
│ ├── index.html
│ ├── jquery.js
│ └── style.css
├── Geo-location_API.html
├── Ghibli Studio API
│ ├── Hactober Fest 2021.txt
│ ├── app.js
│ ├── bg
│ │ ├── 0.jpg
│ │ ├── 1.jpg
│ │ ├── 10.jpg
│ │ ├── 10.png
│ │ ├── 11.jpg
│ │ ├── 12.jpg
│ │ ├── 13.jpg
│ │ ├── 14.jpg
│ │ ├── 15.jpg
│ │ ├── 16.jpg
│ │ ├── 17.jpg
│ │ ├── 18.jpg
│ │ ├── 19.jpg
│ │ ├── 2.jpg
│ │ ├── 20.jpg
│ │ ├── 21.jpg
│ │ ├── 3.jpg
│ │ ├── 4.jpg
│ │ ├── 4.png
│ │ ├── 5.jpg
│ │ ├── 6.jpg
│ │ ├── 7.jpg
│ │ ├── 8.jpg
│ │ └── 9.jpg
│ ├── index.html
│ └── style.css
├── Google Pay Scracth Card Old Style
│ ├── index.html
│ ├── script.js
│ └── style.css
├── Hulu Webpage Clone
│ ├── css
│ │ └── style.css
│ ├── home.html
│ ├── img
│ │ ├── close.svg
│ │ ├── cover-1.jpg
│ │ ├── cover-2.jpg
│ │ ├── cover-3.jpg
│ │ ├── cover-4.jpg
│ │ ├── facebook.svg
│ │ ├── favicon.ico.png
│ │ ├── header.jpg
│ │ ├── instagram.svg
│ │ ├── live-sports-logo-1.png
│ │ ├── live-sports-logo-2.png
│ │ ├── live-sports-logo-3.svg
│ │ ├── live-sports-logo-4.png
│ │ ├── live-sports-small.jpg
│ │ ├── live-sports.jpg
│ │ ├── logo.png
│ │ ├── logos.png
│ │ ├── network-logo-bg.png
│ │ ├── screen.png
│ │ ├── twitter.svg
│ │ └── youtube.svg
│ └── js
│ │ └── main.js
├── Lyrics App
│ ├── images
│ │ └── music.jpg
│ ├── index.html
│ ├── script.js
│ └── styles.css
├── MAP_EARTHQUAKE _DATA
│ ├── map_earthquake_data.css
│ ├── map_earthquake_data.html
│ └── map_earthquake_data.js
├── RockPaperScissors
│ ├── assets
│ │ ├── looser.gif
│ │ ├── paper.svg
│ │ └── winner.gif
│ └── index.html
├── Scratch card Google Pay Old Style
├── Snake
│ ├── assets
│ │ ├── css
│ │ │ └── styles.css
│ │ └── javascript
│ │ │ ├── sketch.js
│ │ │ └── snake.js
│ └── index.html
├── Sorting
│ ├── BubbleSort.js
│ ├── InsertionSort.js
│ ├── QuickSort.js
│ ├── SelectionSort.js
│ ├── maxheapsort.js
│ └── mergesort.js
├── Stopwatch
│ ├── index.html
│ ├── index.js
│ └── styles.css
├── Vanilla js Snake Game
│ ├── css
│ │ └── style.css
│ ├── img
│ │ └── bg.jpg
│ ├── index.html
│ ├── js
│ │ └── index.js
│ └── music
│ │ ├── food.mp3
│ │ ├── gameover.mp3
│ │ ├── move.mp3
│ │ └── music.mp3
├── add_to-clipboard
│ └── copyInClipboard.js
├── detect-os.js
├── expense tracker
│ ├── app .js
│ ├── index .html
│ ├── index.html
│ └── style .css
├── game_of_life
│ ├── GAME_OF_LIFE.html
│ ├── sketch.js
│ └── sketchh.css
├── primeNumber.js
└── random api
│ ├── htgr.txt
│ ├── index.js
│ ├── package-lock.json
│ ├── package.json
│ ├── randomColorGen.js
│ └── test.js
├── KOTLIN
├── ascii.kt
└── factorial.kt
├── LICENSE
├── Matchstick game winning and losing position pattern.
├── No. of moves by Knight
├── Number of Islands.cpp
├── OOP
├── .vscode
│ ├── settings.json
│ └── tasks.json
├── 3d_array.cpp
├── 3d_array.exe
├── Untitled-1.c
├── Untitled-1.exe
├── class.cpp
├── class.exe
├── copy_const.cpp
├── copy_const.exe
├── dynamic_init.cpp
├── dynamic_init.exe
├── encrypt.cpp
├── encrypt.exe
├── friendfncn.cpp
├── friendfncn.exe
├── inheritence.cpp
├── inheritence.exe
├── initial_sec.cpp
├── initial_sec.exe
├── recc.cpp
├── recc.exe
├── template.cpp
├── template.exe
├── test.cpp
├── test.exe
├── this.cpp
├── this.exe
├── virtual.cpp
└── virtual.exe
├── PHP
└── FB Chatbot
│ ├── attachment.php
│ ├── chatbot.php
│ └── m1.jpg
├── PYTHON
├── A star algorithm
│ ├── .gitignore
│ ├── README.md
│ ├── a_star_algorithm.py
│ ├── grid.py
│ └── requirements.txt
├── Adding Reversed Numbers.py
├── Armstrong numbers.py
├── Armstrong.py
├── BFS.py
├── Bubble Sort.py
├── Bubble.py
├── Bus Booking System
│ └── Bus_booking_system.py
├── Calculator
│ └── calculator.py
├── Coinflip.py
├── Contact Book
│ └── contact_book.py
├── CoronaTracker
│ ├── Covid Tacker.py
│ ├── README.md
│ └── bs4
│ │ ├── __init__.py
│ │ ├── __pycache__
│ │ ├── __init__.cpython-38.pyc
│ │ ├── __init__.cpython-39.pyc
│ │ ├── dammit.cpython-38.pyc
│ │ ├── dammit.cpython-39.pyc
│ │ ├── element.cpython-38.pyc
│ │ └── element.cpython-39.pyc
│ │ ├── builder
│ │ ├── __init__.py
│ │ ├── __pycache__
│ │ │ ├── __init__.cpython-38.pyc
│ │ │ ├── __init__.cpython-39.pyc
│ │ │ ├── _html5lib.cpython-38.pyc
│ │ │ ├── _html5lib.cpython-39.pyc
│ │ │ ├── _htmlparser.cpython-38.pyc
│ │ │ ├── _htmlparser.cpython-39.pyc
│ │ │ ├── _lxml.cpython-38.pyc
│ │ │ └── _lxml.cpython-39.pyc
│ │ ├── _html5lib.py
│ │ ├── _htmlparser.py
│ │ └── _lxml.py
│ │ ├── dammit.py
│ │ ├── diagnose.py
│ │ ├── element.py
│ │ ├── testing.py
│ │ └── tests
│ │ ├── __init__.py
│ │ ├── test_builder_registry.py
│ │ ├── test_docs.py
│ │ ├── test_html5lib.py
│ │ ├── test_htmlparser.py
│ │ ├── test_lxml.py
│ │ ├── test_soup.py
│ │ └── test_tree.py
├── CreditCardStrength.py
├── DFS-Non_Recursive.py
├── Dots-and-boxs.py
├── Dynamic Programming
│ ├── 0-1knapsack.py
│ ├── LCS.py
│ ├── Longest_increasing_subsequence.py
│ ├── box_stacking.py
│ ├── edit-distance.py
│ ├── floyd_warshall.py
│ ├── integer_knapsack_unbounded.py
│ ├── matrix_chain_multiplication.py
│ ├── optimal_binary_search_tree.py
│ ├── optimal_strategy.py
│ └── subset_problem.py
├── Egg-Catcher_Game.py
├── FCFS.py
├── Game_2048.py
├── Guessing Game.py
├── HeapSort.py
├── Hollow_butterfly
│ └── hollow_butterfly.py
├── Huffman code.py
├── Kadane's algo.py
├── LCM.py
├── Leap year.py
├── Longest Substring Without Repeating Characters.py
├── MathQuiz
│ └── math_quiz.py
├── Matplotlib
│ ├── DefaultX-Points.py
│ ├── FormatStringsfmt.py
│ ├── MarkerSize.py
│ └── Markers.py
├── Newton's Quest: Unlock the Alien Ship
├── Nokia Decryption
│ ├── nokia_decypher.py
│ ├── sms1.csv
│ ├── sms1.txt
│ ├── sms2.csv
│ ├── sms2.txt
│ ├── sms3.csv
│ ├── sms3.txt
│ └── sms4.csv
├── Palindrome_Number.py
├── Pascle Triangle
│ └── PascleTriangle.py
├── Prime String.py
├── Prime_in_range.py
├── Python_calculator.py
├── Quick sort
├── Quiz.py
├── Recursion
│ └── recursion_binary_search.py
├── Rock Paper Scissor
│ └── rock_paper_scissor.py
├── Round robin.py
├── SMS Bomber
│ └── sms.py
├── Savings calculator.py
├── SelectionSort.py
├── ServiceQuote.py
├── Simple Password Generator
│ └── password_gen.py
├── Snake.py
├── SnakeGame.py
├── Stack.py
├── Stone paper and Scissor game.py
├── Strong Number in Range
├── Tree_and_Heap_func.py
├── Triangle area.py
├── VerticalOrderTraversal.py
├── anagram_grouping.py
├── area calulator.py
├── area-of-shape.py
├── arrangecoins.py
├── balanced_paranthesis.py
├── battleshipcount.py
├── bfs.py
├── binary_search.py
├── bst_range_sum.py
├── build_order.py
├── cannon_game.py
├── card_game.py
├── coffee_machine.py
├── dfs.py
├── digit_to_word.py
├── doubly_linked_list.py
├── expense_tracker.py
├── feet to cm.py
├── fibonacci series
│ ├── Fibonacci Numbers Less Than N.py
│ ├── README.md
│ └── even fibonacci series less than n.py
├── generateQRcode.py
├── generateWriteUp.py
├── hammingCode.py
├── hangman.py
├── hello world.py
├── hi.py
├── job-scraping.py
├── jumpgame.py
├── keylogger_fin.py
├── kruskal's_minimum_spanning_tree.py
├── longestPalindromeSubstring.py
├── lorentz_attractor.py
├── mailer.py
├── mininum_operations.py
├── morse.py
├── moving_zeros.py
├── n-queen.py
├── news_reader.py
├── notepad.py
├── notification.py
├── numberOfDaysAndWeeks.py
├── odd or even.py
├── pacman.py
├── palindrome and symmetry.py
├── password generator.py
├── pong.py
├── poorpigssolver.py
├── pre-emptive shortest job first.py
├── prime.py
├── prime_list_comprehension.py
├── prime_sum.py
├── python_for_music
│ └── play_music.py
├── python_operations_time_complexities.txt
├── qr_generator.py
├── quick_sort.py
├── repetitioncounter.py
├── reverse_string.py
├── rock-paper-games.py
├── same_trees.py
├── search.py
├── searching-articulation-point.py
├── serch.py
├── shortesPath.py
├── simple_game.py
├── simple_hash.py
├── simple_model_k_neighbors
│ └── model_to_predict.py
├── singly_linked_list.py
├── sliding_window.py
├── snake-and-apple.py
├── spritesCollision.py
├── starPattern.py
├── story_generator.py
├── strong
│ └── strong_pass_gen.py
├── sudoku_solver.py
├── swap_case.py
├── temperature_converter.py
├── tetris-game.py
├── thanos_sort.py
├── tictactoe.py
├── tiles.py
├── tron.py
├── tsp.py
├── turtle graphics
│ ├── MovingTurtle.py
│ ├── robot.py
│ └── spiral.py
├── url-shortner.py
├── watermark -adder.py
├── web_scraping_Amazon.py
├── website_password_check.py
├── word_ladder.py
└── youtube_Downloader.py
├── Password Generator
├── Perfect number or not
├── Power Calculator.py
├── README.md
├── ReactJS
└── react-timeline
│ ├── .gitignore
│ ├── README.md
│ ├── package-lock.json
│ ├── package.json
│ ├── public
│ ├── favicon.ico
│ ├── index.html
│ ├── logo192.png
│ ├── logo512.png
│ ├── manifest.json
│ └── robots.txt
│ └── src
│ ├── App.js
│ └── index.js
├── SWIFT
└── TableView-pagination-loader
│ ├── README.md
│ └── UITableViewPagination.swift
├── ShellSort.cpp
├── StackByArray.cpp
├── Sudoku.py
├── Swap First or Second
├── Swap first and last Digit of Non- Negative Number
├── TemperatureConvert.java
├── costructor.cpp
├── data structure
├── .vscode
│ └── settings.json
├── 1dto2d.cpp
├── 1dto2d.exe
├── 2dti1d.cpp
├── 2dti1d.exe
├── DEQueue.cpp
├── DEQueue.exe
├── armstrng.cpp
├── armstrng.exe
├── array.cpp
├── array.exe
├── avl.cpp
├── avl.exe
├── binar_search.cpp
├── binar_search.exe
├── binaryTree.cpp
├── binaryTree.exe
├── binop.cpp
├── binop.exe
├── bubblesort.cpp
├── bubblesort.exe
├── circqueue.cpp
├── circqueue.exe
├── circular_ll.cpp
├── circular_ll.exe
├── const.cpp
├── const.exe
├── countingSort.cpp
├── countingSort.exe
├── deletion.cpp
├── deletion.exe
├── demo.cpp
├── demo.exe
├── demo2.cpp
├── demo2.exe
├── dfs.cpp
├── dfs.exe
├── fabo.exe
├── frequency.cpp
├── frequency.exe
├── greatovv.cpp
├── greatovv.exe
├── infixtopox.cpp
├── infixtopox.exe
├── ins.exe
├── insert.exe
├── insertionSort1.cpp
├── insertionSort1.exe
├── linearsearch.cpp
├── linearsearch.exe
├── matrix.cpp
├── matrix.exe
├── matrix.o
├── merge.cpp
├── merge.exe
├── mergesort.cpp
├── mergesort.exe
├── multiple_par.cpp
├── multiple_par.exe
├── occur.cpp
├── occur.exe
├── occur1.cpp
├── occur1.exe
├── op.cpp
├── op.exe
├── python
│ └── test.py
├── qll.cpp
├── qll.exe
├── queue.cpp
├── queue.exe
├── queueusingll.cpp
├── queueusingll.exe
├── quicksort.cpp
├── quicksort.exe
├── radi.cpp
├── radi.exe
├── radix.cpp
├── radix.exe
├── radixsort.cpp
├── radixsort.exe
├── selectionsort.cpp
├── selectionsort.exe
├── stack.cpp
├── stack.exe
├── string.cpp
├── string.exe
├── table.exe
├── tempCodeRunnerFile.cpp
├── template.cpp
├── template.exe
├── test.cpp
├── test.exe
├── testque.cpp
├── testque.exe
└── tet.exe
├── diamond.cpp
├── do while loop
├── duplicate_brackets.cpp
├── hello.cpp
├── index.html
├── insertionsort.cpp
├── knapsack
├── largst_number_in_array.js
├── multipleobject.cpp
├── node_modules
├── .bin
│ ├── loose-envify
│ ├── loose-envify.cmd
│ └── loose-envify.ps1
├── @merc
│ └── react-timeline
│ │ ├── README.md
│ │ ├── dist
│ │ ├── index.cjs.js
│ │ └── index.esm.js
│ │ └── package.json
├── js-tokens
│ ├── CHANGELOG.md
│ ├── LICENSE
│ ├── README.md
│ ├── index.js
│ └── package.json
├── lodash.isplainobject
│ ├── LICENSE
│ ├── README.md
│ ├── index.js
│ └── package.json
├── lodash.merge
│ ├── LICENSE
│ ├── README.md
│ ├── index.js
│ └── package.json
├── loose-envify
│ ├── LICENSE
│ ├── README.md
│ ├── cli.js
│ ├── custom.js
│ ├── index.js
│ ├── loose-envify.js
│ ├── package.json
│ └── replace.js
├── markdown-to-jsx
│ ├── LICENSE
│ ├── README.md
│ ├── dist
│ │ ├── cjs.js
│ │ ├── cjs.js.map
│ │ ├── esm.js
│ │ └── esm.js.map
│ ├── index.js
│ └── package.json
├── object-assign
│ ├── index.js
│ ├── license
│ ├── package.json
│ └── readme.md
├── prop-types
│ ├── CHANGELOG.md
│ ├── LICENSE
│ ├── README.md
│ ├── checkPropTypes.js
│ ├── factory.js
│ ├── factoryWithThrowingShims.js
│ ├── factoryWithTypeCheckers.js
│ ├── index.js
│ ├── lib
│ │ └── ReactPropTypesSecret.js
│ ├── package.json
│ ├── prop-types.js
│ └── prop-types.min.js
├── react-is
│ ├── LICENSE
│ ├── README.md
│ ├── build-info.json
│ ├── cjs
│ │ ├── react-is.development.js
│ │ └── react-is.production.min.js
│ ├── index.js
│ ├── package.json
│ └── umd
│ │ ├── react-is.development.js
│ │ └── react-is.production.min.js
└── unquote
│ ├── .npmignore
│ ├── LICENSE
│ ├── README.md
│ ├── index.js
│ └── package.json
├── objects.cpp
├── open-source-contribution.iml
├── package-lock.json
├── palindrome.py
├── password generator.py
├── snakegame.java
└── two_sum.py
/.idea/.gitignore:
--------------------------------------------------------------------------------
1 | # Default ignored files
2 | /shelf/
3 | /workspace.xml
4 | # Datasource local storage ignored files
5 | /dataSources/
6 | /dataSources.local.xml
7 | # Editor-based HTTP Client requests
8 | /httpRequests/
9 |
--------------------------------------------------------------------------------
/.idea/misc.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/.idea/runConfigurations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
9 |
10 |
--------------------------------------------------------------------------------
/.idea/vcs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Arduino/Seven Segment Display/summary.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/Arduino/Seven Segment Display/summary.png
--------------------------------------------------------------------------------
/Armstrong numbers in range:
--------------------------------------------------------------------------------
1 | def print_armstrong_numbers_in_range(A, B):
2 | for s in range(A,B+1):
3 | sum_num=0
4 | temp=s
5 | d=0
6 | while temp>0:
7 | temp//=10
8 | d+=1
9 | temp=s
10 | while temp>0:
11 | digit=temp%10
12 | sum_num+=digit**d
13 | temp//=10
14 | if sum_num==s:
15 | print(s,end=" ")
16 |
--------------------------------------------------------------------------------
/Armstrong.c:
--------------------------------------------------------------------------------
1 | #include
2 | int main()
3 | {
4 | int n,r,sum=0,temp;
5 | printf("enter the number:");
6 | scanf("%d",&n);
7 | temp=n;
8 | while(n>0)
9 | {
10 | r=n%10;
11 | sum=sum+(r*r*r);
12 | n=n/10;
13 | }
14 | if(temp==sum)
15 | printf("Armstrong number ");
16 | else
17 | printf("not an Armstrong number");
18 | return 0;
19 | }
20 |
--------------------------------------------------------------------------------
/Bucket-Pattern:
--------------------------------------------------------------------------------
1 | n=int(input())
2 | for i in range(1,n+1):
3 | for j in range(1,i+1):
4 | print(j,end=" ")
5 | for spaces in range(2*(n-i)):
6 | print(" ",end=" ")
7 | for k in range(i,0,-1):
8 | print(k,end=" ")
9 | print()
10 | for i in range(n-1,0,-1):
11 | for j in range(1,i+1):
12 | print(j,end=" ")
13 | for spaces in range(2*(n-i)):
14 | print(" ",end=" ")
15 | for k in range(i,0,-1):
16 | print(k,end=" ")
17 | print()
18 |
--------------------------------------------------------------------------------
/C++ Programming/.vscode/settings-DESKTOP-HGISAK6.json:
--------------------------------------------------------------------------------
1 | {
2 | "files.associations": {
3 | "iostream": "cpp"
4 | }
5 | }
--------------------------------------------------------------------------------
/C++ Programming/.vscode/settings.json:
--------------------------------------------------------------------------------
1 | {
2 | "files.associations": {
3 | "iostream": "cpp"
4 | }
5 | }
--------------------------------------------------------------------------------
/C++ Programming/Enum.cpp:
--------------------------------------------------------------------------------
1 | #include
2 | #include
3 | using namespace std;
4 |
5 | int main()
6 | {
7 | enum Meal {Breakfast,Lunch,Dinner};
8 | cout<
2 | using namespace std;
3 | int main()
4 | {
5 | int day;
6 | cout<<"Enter the day of the week:";
7 | cin>>day;
8 | for(int i=0;i<=day;i++)
9 | {
10 | cout<<"day:"<
2 | #include
3 | using namespace std;
4 | int sum(int a,int b)
5 | {
6 | return a+b;
7 | }
8 | int sum(int a , int b, int c)
9 | {
10 | return a+b+c;
11 | }
12 | int main()
13 | {
14 | int x=1,y=2,z=3;
15 | cout<
2 | #include
3 | using namespace std;
4 | class point
5 | {
6 | int a,b;
7 | public :
8 | point(int x,int y)
9 | {
10 | a=x;
11 | b=y;
12 | }
13 | void display(void)
14 | {
15 | cout<<"x-Axis : "<
3 | #include
4 | using namespace std;
5 | int sol(int x,int y)
6 | {
7 | static int z=0;
8 | z=z+1;
9 | return (x*y)+z;
10 | }
11 | int main()
12 | {
13 | int a,b;
14 | cin>>a>>b;
15 | cout<
2 | using namespace std;
3 | int main ()
4 | {
5 | int arr[4];
6 | for (int i =0 ; i<4 ; i++)
7 | {
8 | cin >> arr[i];
9 | }
10 | cout << "Given array is :\n";
11 | int i=0;
12 | int *ptr=arr;
13 | do
14 | {
15 | cout << *ptr <
2 |
3 | int main(){
4 | int i=1 ;
5 | while ( i <= 10)
6 | {
7 | i++;
8 | if ( i==5)
9 | continue;
10 | else
11 | printf("%d\n" , i);
12 |
13 | }
14 | return 0;
15 | }
--------------------------------------------------------------------------------
/C++ Programming/check.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/C++ Programming/check.exe
--------------------------------------------------------------------------------
/C++ Programming/classes.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/C++ Programming/classes.exe
--------------------------------------------------------------------------------
/C++ Programming/classes.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/C++ Programming/classes.o
--------------------------------------------------------------------------------
/C++ Programming/complex.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/C++ Programming/complex.exe
--------------------------------------------------------------------------------
/C++ Programming/concatenateTwoString.cpp:
--------------------------------------------------------------------------------
1 | #include
2 | using namespace std;
3 |
4 | int main()
5 | {
6 | string s1, s2, result;
7 |
8 | cout << "Enter string s1: ";
9 | getline (cin, s1);
10 |
11 | cout << "Enter string s2: ";
12 | getline (cin, s2);
13 |
14 | result = s1 + s2;
15 |
16 | cout << "Resultant String = "<< result;
17 |
18 | return 0;
19 | }
20 |
--------------------------------------------------------------------------------
/C++ Programming/copy.cpp:
--------------------------------------------------------------------------------
1 | #include
2 | using namespace std;
3 | class number {
4 |
5 | int num;
6 | public:
7 | number (int x){
8 | num=x;
9 | }
10 |
11 | number (number *n1){
12 |
13 | num=n1->num;
14 | }
15 |
16 | void dis(){
17 | cout<<"Value of number is :"<< num<
2 | using namespace std ;
3 | int main()
4 | {
5 | int a , b , sum;
6 | cout << "Enter first value:"; //<< insertation operation
7 | cin >> a; //>> extraction operator
8 | cout << "Enter second value:"; //<< insertation operation
9 | cin >> b; //>> extraction operator
10 | sum=a+b;
11 | cout << sum;
12 |
13 | return 0;
14 | }
--------------------------------------------------------------------------------
/C++ Programming/iostream.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/C++ Programming/iostream.exe
--------------------------------------------------------------------------------
/C++ Programming/merge.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/C++ Programming/merge.exe
--------------------------------------------------------------------------------
/C++ Programming/operators.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/C++ Programming/operators.exe
--------------------------------------------------------------------------------
/C++ Programming/pointer.cpp:
--------------------------------------------------------------------------------
1 | #include
2 | using namespace std;
3 | int main()
4 | {
5 | int a =45;
6 | int *p;
7 | p=&a;
8 | int **c=&p; //------------->>>>>> POINTER TO POINTER (DOUBLE POINTER)
9 | cout << "Address of a is :" << p << endl;
10 |
11 | cout << "value of a is :" << *p <
2 | #include
3 |
4 | int main() {
5 | double base, exponent;
6 | std::cout << "Enter base : ";
7 | std::cin >> base ;
8 | std::cout << "Enter power : ";
9 | std::cin >> exponent ;
10 | double result = pow(base, exponent);
11 | std::cout << base << " to the power of " << exponent << " = " << result << std::endl;
12 | return 0;
13 | }
14 |
--------------------------------------------------------------------------------
/C++ Programming/precedence.cpp:
--------------------------------------------------------------------------------
1 | #include
2 | using namespace std;
3 | //precedence >>>>>> it specifes in what order expression will be evaluated.
4 | int main()
5 | {
6 | int a=12 , b=3;
7 | cout << a-b/2+4*3 ;
8 | return 0;
9 | }
--------------------------------------------------------------------------------
/C++ Programming/precedence.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/C++ Programming/precedence.exe
--------------------------------------------------------------------------------
/C++ Programming/prime.cpp:
--------------------------------------------------------------------------------
1 | #include
2 | #include
3 | #include
4 | using namespace std;
5 | int main()
6 | {
7 |
8 | char str[100] , str2[100];
9 |
10 | gets(str);
11 | strcpy(str2,str);
12 | strrev(str);
13 | if (strcmp(str , str2)==0){
14 | cout<<"string is plaindrome";
15 | }
16 | else{
17 | cout<<"String is not plaindrome";
18 | }
19 |
20 |
21 |
22 | cout<
2 | using namespace std;
3 | int fabo(int num);
4 | int fabo(int num)
5 | {
6 | if (num == 1)
7 | {
8 | return 0;
9 | }
10 | else if (num ==2)
11 | {
12 | return 1;
13 | }
14 | else
15 | return fabo(num-1)+fabo(num-2);
16 | }
17 | int main()
18 | {
19 | int num;
20 | cin >> num;
21 | cout << fabo(num);
22 | // for (int i=1 ; i <= num ; i++)
23 | // {
24 | // cout << "f(" << i << "):" << fabo(i) << endl;
25 | // }
26 | return 0;
27 | }
--------------------------------------------------------------------------------
/C++ Programming/recc.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/C++ Programming/recc.exe
--------------------------------------------------------------------------------
/C++ Programming/reference_var.cpp:
--------------------------------------------------------------------------------
1 | #include
2 | using namespace std;
3 | //REFERENCE VARIABLE ------> IT IS AN ALTERNATE NAME OF AN EXISTING VARIABLE.
4 | int main()
5 | {
6 | int a=34;
7 | int &b=a;
8 | int &c=b;
9 | b++;
10 | cout << a << endl;
11 | cout <
2 | using namespace std;
3 |
4 | int main() {
5 | int rows;
6 |
7 | // Taking the number of rows as input from the user
8 | cout << "Enter the number of rows: ";
9 | cin >> rows;
10 |
11 | // Printing the star pattern
12 | for (int i = 1; i <= rows; i++) {
13 | for (int j = 1; j <= i; j++) {
14 | cout << "* ";
15 | }
16 | cout << endl;
17 | }
18 |
19 | return 0;
20 | }
21 |
--------------------------------------------------------------------------------
/C++ Programming/temp.cpp:
--------------------------------------------------------------------------------
1 | #include
2 | using namespace std;
3 |
4 | template M add ( M &a , M &b){
5 |
6 | a=7;
7 | return a+b;
8 | }
9 | int main()
10 | {
11 |
12 | int res;
13 | int a=1,b=2;
14 | res=add(a,b);
15 | cout<< res;
16 | return 0;
17 | }
18 |
--------------------------------------------------------------------------------
/C++ Programming/temp.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/C++ Programming/temp.exe
--------------------------------------------------------------------------------
/C++ Programming/virtua.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/C++ Programming/virtua.exe
--------------------------------------------------------------------------------
/C/Alphabet triangle.cpp:
--------------------------------------------------------------------------------
1 | #include
2 | #include
3 | int main(){
4 | int ch=65;
5 | int i,j,k,m;
6 | system("cls");
7 | for(i=1;i<=5;i++)
8 | {
9 | for(j=5;j>=i;j--)
10 | printf(" ");
11 | for(k=1;k<=i;k++)
12 | printf("%c",ch++);
13 | ch--;
14 | for(m=1;m
2 | int main() {
3 |
4 | int i, num;
5 |
6 | int term1 = 0, term2 = 1;
7 | int nextTerm = term1 + term2;
8 |
9 | printf("Enter number of terms = ");
10 | scanf("%d", &num);
11 |
12 | printf("Fibonacci Series: %d, %d, ", term1, term2);
13 |
14 | for (i = 3; i <= num; ++i) {
15 | printf("%d, ", nextTerm);
16 | term1 = term2;
17 | term2 = nextTerm;
18 | nextTerm = term1 + term2;
19 | }
20 |
21 | return 0;
22 | }
--------------------------------------------------------------------------------
/C/PAM-Template/Makefile:
--------------------------------------------------------------------------------
1 | CC = gcc
2 | CFLAGS = -Wall -fPIC -shared
3 | LDFLAGS = -lpam -shared
4 |
5 | MAIN_FILE = pam-module-template
6 | MODULE_NAME = pam_test
7 | OBJ = $(MAIN_FILE).o
8 |
9 | all: $(MODULE_NAME).so
10 |
11 | $(MODULE_NAME).so: $(OBJ)
12 | $(CC) -o $@ $^ $(LDFLAGS)
13 |
14 | $(OBJ): $(MAIN_FILE).c
15 | $(CC) $(CFLAGS) -o $@ -c $^
16 |
17 | clean:
18 | rm -f *.o $(MODULE_NAME).so
19 |
--------------------------------------------------------------------------------
/C/ReverseNumber.c:
--------------------------------------------------------------------------------
1 | #include
2 | int main() {
3 |
4 | int num, reversenum = 0, remainder;
5 | printf("Enter integer number : ");
6 | scanf("%d", &num);
7 |
8 | while (num != 0) {
9 | remainder = num % 10;
10 | reversenum = reversenum * 10 + remainder;
11 | num /= 10;
12 | }
13 |
14 | printf("Reversed number : %d", reversenum);
15 |
16 | return 0;
17 | }
--------------------------------------------------------------------------------
/C/decimal to binary converter.c:
--------------------------------------------------------------------------------
1 | #include
2 | #include
3 | int main(){
4 | int a[10],n,i;
5 | system ("cls");
6 | printf("Enter decimal number: ");
7 | scanf("%d",&n);
8 | int m=n;
9 |
10 | for(i=0;n>0;i++)
11 | {
12 | a[i]=n%2;
13 | n=n/2;
14 | }
15 |
16 | printf("%d in Binary is: ",m);
17 | for(i=i-1;i>=0;i--)
18 | {
19 | printf("%d",a[i]);
20 | }
21 |
22 | printf("\n");
23 | return 0;
24 | }
25 |
--------------------------------------------------------------------------------
/C/factirial number finder.c:
--------------------------------------------------------------------------------
1 | #include
2 | int main() {
3 | int n, i;
4 | unsigned long long factorial = 1;
5 | printf("Enter integer: ");
6 | scanf("%d", &n);
7 |
8 | if (n < 0)
9 | printf("Negative number factorials do not exist !!! Try with positive Number");
10 | else {
11 | for (i = 1; i <= n; ++i) {
12 | fact *= i;
13 | }
14 | printf("Factorial of %d : %llu", n, fact);
15 | }
16 |
17 | return 0;
18 | }
--------------------------------------------------------------------------------
/C/helloworld.c:
--------------------------------------------------------------------------------
1 | #include
2 | #include
3 | #include
4 | #include
5 |
6 | int main()
7 | {
8 |
9 | char s[100];
10 | scanf("%[^\n]%*c", &s);
11 |
12 | printf("Hello, World!");
13 | printf("\n%s",s);
14 | return 0;
15 | }
16 |
--------------------------------------------------------------------------------
/C/leapyear.c:
--------------------------------------------------------------------------------
1 | #include
2 | int main()
3 | {
4 | int num;
5 | printf("enter the year \n");
6 |
7 | scanf("%d",&num);
8 |
9 | if(num%4==0)
10 |
11 | printf("it is a leap year");
12 |
13 | else
14 |
15 | printf("It is not a leap year");
16 |
17 | return 0;
18 |
19 | }
20 |
--------------------------------------------------------------------------------
/C/palindromeNumChecker.c:
--------------------------------------------------------------------------------
1 | #include
2 | int main() {
3 | int n, reversenum = 0, originalnum , remainnum;
4 | printf("Enter integer number to check : ");
5 | scanf("%d", &n);
6 | inputnum = n;
7 |
8 | while (n != 0) {
9 | remainnum = n % 10;
10 | reversenum = reversenum * 10 + remainnum;
11 | n /= 10;
12 | }
13 |
14 | if (inputnum == reversenum)
15 | printf("Palindrome Number");
16 | else
17 | printf("Not a Palindrome Number");
18 |
19 | return 0;
20 | }
--------------------------------------------------------------------------------
/C/pattern.c:
--------------------------------------------------------------------------------
1 | #include
2 |
3 | int main()
4 | {
5 | int n,m;
6 | printf("Enter the number of rows");
7 | scanf("%d",&n);
8 | m=n;
9 | for(int i=1;i<=n;i++)
10 | {
11 | for(int j=1;j
2 |
3 | using namespace std;
4 |
5 | //#define int long long
6 |
7 | int count = 0;
8 | //resize()
9 | int main()
10 | {
11 |
12 | }
--------------------------------------------------------------------------------
/CPP STL/vector/vector3.cpp:
--------------------------------------------------------------------------------
1 | #include
2 |
3 | using namespace std;
4 |
5 | //#define int long long
6 |
7 | int count = 0;
8 |
9 | //part:-3 vector initialization, declaration and traversal
10 | int main()
11 | {
12 | int n = 3, x = 10; //n is the size of vector, and x is the element. so the vector will be :- {10,10,10}
13 | vector v(n, x);
14 | for (auto it = v.begin(); it < v.end(); it++)
15 | {
16 | cout << *it << " " << endl;
17 | }
18 | return 0;
19 | }
--------------------------------------------------------------------------------
/CPP STL/vector/vector4.cpp:
--------------------------------------------------------------------------------
1 | #include
2 |
3 | using namespace std;
4 |
5 | //#define int long long
6 |
7 | int count = 0;
8 |
9 | int main()
10 | {
11 | int arr[] = {10, 5, 20};
12 | int n = sizeof(arr) / sizeof(arr[0]);
13 | vector v(arr, arr + n);
14 | //vector::iterator it = v.begin();
15 | for (auto it = v.rbegin(); it != v.rend(); it++)
16 | {
17 | cout << *it << " " << endl;
18 | }
19 | return 0;
20 | }
--------------------------------------------------------------------------------
/CPP/.vscode/c_cpp_properties.json:
--------------------------------------------------------------------------------
1 | {
2 | "configurations": [
3 | {
4 | "name": "linux-gcc-x64",
5 | "includePath": [
6 | "${workspaceFolder}/**"
7 | ],
8 | "compilerPath": "/usr/bin/gcc",
9 | "cStandard": "${default}",
10 | "cppStandard": "${default}",
11 | "intelliSenseMode": "linux-gcc-x64",
12 | "compilerArgs": [
13 | "-Wall",
14 | "-Wextra",
15 | "-Wpedantic"
16 | ]
17 | }
18 | ],
19 | "version": 4
20 | }
--------------------------------------------------------------------------------
/CPP/DecimalToBinary.cpp:
--------------------------------------------------------------------------------
1 | #include
2 | using namespace std;
3 |
4 | int decimalToBinary( int n )
5 | {
6 | int x=1;
7 | int ans=0;
8 | while( x <= n )
9 | x *= 2;
10 | x/=2;
11 |
12 | while ( x > 0 )
13 | {
14 | int lastdigit= n/x;
15 | n -= lastdigit*x;
16 | x/=2;
17 | ans = ans*10 + lastdigit;
18 | }
19 | return ans;
20 |
21 | }
22 |
23 |
24 |
25 | int32_t main()
26 | {
27 | int n;
28 | cin>>n;
29 |
30 | cout<< decimalToBinary(n) << endl;
31 | }
--------------------------------------------------------------------------------
/CPP/EvenProgram.cpp:
--------------------------------------------------------------------------------
1 | #include
2 | using namespace std;
3 |
4 | int main() {
5 | int n;
6 |
7 | cout << "Enter an integer: ";
8 | cin >> n;
9 |
10 | if ( n % 2 == 0)
11 | cout << n << " is even.";
12 | else
13 | cout << n << " is odd.";
14 | }
15 |
--------------------------------------------------------------------------------
/CPP/FirstNPrimes.cpp:
--------------------------------------------------------------------------------
1 | #include
2 | using namespace std;
3 |
4 | void firstNprimes(int N, int t){
5 | for (int i=1;i>=1;i++)
6 | {
7 | int a=0;
8 | for (int j=2;j<=i/2;j++)
9 | {
10 | if (i%j==0)
11 | {
12 | a=1;
13 | }
14 | }
15 | if (a==0 && i!=1)
16 | {
17 | printf("%d\n",i);
18 | t++;
19 | if (t==N)
20 | {
21 | break;
22 | }
23 | }
24 | }
25 | }
26 |
27 | int main(){
28 | int N = 5;
29 | firstNprimes(N,0);
30 | }
31 |
--------------------------------------------------------------------------------
/CPP/Floodfill.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/CPP/Floodfill.exe
--------------------------------------------------------------------------------
/CPP/GfgDsa/Introduction/digitCount:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/CPP/GfgDsa/Introduction/digitCount
--------------------------------------------------------------------------------
/CPP/GfgDsa/Introduction/digitCount.cpp:
--------------------------------------------------------------------------------
1 | #include
2 | using namespace std;
3 | int digitIteration(int n)
4 | {
5 | int count = 0;
6 | while (n != 0)
7 | {
8 | n = n / 10;
9 | ++count;
10 | }
11 | return count;
12 | }
13 | int recursion(int n)
14 | {
15 | if (n == 0)
16 | return 0;
17 | return 1 + recursion(n / 10);
18 | }
19 | int main()
20 | {
21 | cout << "Iteration method:" << digitIteration(123) << endl;
22 | cout << "Recusion method:" << recursion(123);
23 | return 0;
24 | }
--------------------------------------------------------------------------------
/CPP/GfgDsa/Introduction/hcf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/CPP/GfgDsa/Introduction/hcf
--------------------------------------------------------------------------------
/CPP/GfgDsa/Introduction/hcf.cpp:
--------------------------------------------------------------------------------
1 | #include
2 | using namespace std;
3 | int hcf(int num1,int num2){
4 | int r=min(num1,num2);
5 | while(r!=0){
6 | if(num1%r==0 && num2%r==0)
7 | break;
8 | r--;
9 | }
10 | return r;
11 |
12 | }
13 | int main(){
14 | cout<<"hcf="<
3 | using namespace std;
4 |
5 | int fib(int n)
6 | {
7 | if (n <= 1){
8 | return n;}
9 |
10 | return fib(n-1) + fib(n-2);
11 | }
12 |
13 | int main ()
14 | {
15 | int n = 9;
16 | cout << fib(n);
17 | getchar();
18 | return 0;
19 | }
20 |
21 | // This code is contributed
22 | // by Akanksha Rai
23 |
--------------------------------------------------------------------------------
/CPP/GfgDsa/Introduction/trail:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/CPP/GfgDsa/Introduction/trail
--------------------------------------------------------------------------------
/CPP/GfgDsa/Introduction/trail.cpp:
--------------------------------------------------------------------------------
1 | //Program to find trailing zero of the factorial
2 | #include
3 | using namespace std;
4 | long long int Factorial(int n){
5 | int p=1;
6 | for(int i=1;i<=n;i++){
7 | p=p*i;
8 | }
9 | return p;
10 | }
11 | int Zero(long long int s){
12 | int count=0;
13 | while(s%10==0){
14 | count ++;
15 | s=s/10;
16 | }
17 | return count;
18 | }
19 | int main(){
20 | long long int a=Factorial(12);
21 | cout<<"Factorail of a="<>age;
10 | if (age < 18){
11 | goto ineligible;
12 | }
13 | else
14 | {
15 | cout<<"You are eligible to vote!";
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/CPP/MissingDifferentOrder.cpp:
--------------------------------------------------------------------------------
1 | #include
2 | using namespace std;
3 |
4 | int main(){
5 | int n;
6 | cout<<"Enter total number of elements ";
7 | cin>>n;
8 | int a[n];
9 | for(int i=0;i>a[i];
12 | }
13 | int diff=a[0]-0;
14 | for(int i=0;i
2 | #include
3 |
4 | void main()
5 | {
6 | int i,j, k=1;
7 | clrscr();
8 | for(i=1;i<=5;i++)
9 | {
10 | for(j=1;j
2 | using namespace std;
3 | int main()
4 | {
5 | int n,r,sum=0,temp;
6 | cout<<"Enter the Number=";
7 | cin>>n;
8 | temp=n;
9 | while(n>0)
10 | {
11 | r=n%10;
12 | sum=(sum*10)+r;
13 | n=n/10;
14 | }
15 | if(temp==sum)
16 | cout<<"Number is Palindrome.";
17 | else
18 | cout<<"Number is not Palindrome.";
19 | return 0;
20 | }
--------------------------------------------------------------------------------
/CPP/PrepBytesCP/BoxesandToys.cpp:
--------------------------------------------------------------------------------
1 | //Question Link- https://mycode.prepbytes.com/problems/fundamentals/BOXTOY
2 |
3 | #include
4 | using namespace std;
5 | int main()
6 | {
7 | int box=0;
8 | int n;
9 | cin>>n;
10 | for(int i=0;i>t>>c;
15 | if(c-t>=2)
16 | {
17 | box++;
18 | }
19 | }
20 | cout<
4 | using namespace std;
5 |
6 | int main()
7 | {
8 | int num;
9 | cin>>num;
10 | int reverse=0;
11 | while(num!=0)
12 | {
13 | reverse=num%10;
14 | num=num/10;
15 | cout<
2 | using namespace std;
3 |
4 | double e(int x, int n)
5 | {
6 | static double p=1, f=1;
7 | double r;
8 | if (n == 0)
9 | return 1;
10 | r = e(x, n-1);
11 | p = p*x;
12 | f = f*n;
13 | return r+p/f;
14 | }
15 |
16 | int main()
17 | {
18 | int r;
19 | printf("%lf \n",e(4,15));
20 | return 0;
21 | }
22 |
--------------------------------------------------------------------------------
/CPP/circle.cpp:
--------------------------------------------------------------------------------
1 | for (int y = 0 y < 10; y++)
2 | {
3 | for (int x = 0; x < 10; x++)
4 | {
5 | cout << 'X';
6 | }
7 | cout << endl;
8 | }
9 |
--------------------------------------------------------------------------------
/CPP/halfdiamondpattern.cpp:
--------------------------------------------------------------------------------
1 | #include
2 | using namespace std;
3 | void halfDiamondStar(int N)
4 | {
5 | int i, j;
6 | for (i = 0; i < N; i++) {
7 | for (j = 0; j < i + 1; j++)
8 | cout << "*";
9 | cout << "\n";
10 | }
11 | for (i = 1; i < N; i++) {
12 | for (j = i; j < N; j++)
13 | cout << "*";
14 | cout << "\n";
15 | }
16 | }
17 |
18 | int main()
19 | {
20 | int N = 5;
21 | halfDiamondStar(N);
22 | }
23 |
--------------------------------------------------------------------------------
/CPP/ketan.cpp:
--------------------------------------------------------------------------------
1 | dfhiadjpaj
2 |
--------------------------------------------------------------------------------
/CPP/kth_largest_ele.cpp:
--------------------------------------------------------------------------------
1 | #include
2 | using namespace std;
3 | int main(){
4 | int n = 6;
5 | int arr[n]= {23,10,4,3,20,15};
6 | int k=2;
7 | priority_queue, greater>min;
8 | for(int i=0;ik){
11 | min.pop();
12 | }
13 | }
14 | cout<
2 | using namespace std;
3 | int main(){
4 | int n = 6;
5 | int arr[n]= {23,10,4,3,20,15};
6 | int k=3;
7 | priority_queuemax;
8 | for(int i=0;ik){
11 | max.pop();
12 | }
13 | }
14 | cout<
3 | using namespace std;
4 | int linearSearch(int arr[],int n,int key){
5 | for(int i=0;i>n;
15 |
16 | int arr[n];
17 | for(int i=0;i>arr[i];
19 | }
20 | int key;
21 | cin>>key;
22 |
23 | cout<
2 | using namespace std;
3 | int main(){
4 | cout<<"Shivam chaw is god";
5 | return 0;
6 | }
--------------------------------------------------------------------------------
/CPP/shivam.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/CPP/shivam.exe
--------------------------------------------------------------------------------
/CPP/st4cpptesting.cpp:
--------------------------------------------------------------------------------
1 | //Sublime Text 4 Test CPP
2 |
3 | #include
4 | int main() {
5 | printf("Hello C++ from Sublime Text 4!");
6 | return 0;
7 | }
8 |
--------------------------------------------------------------------------------
/CPP/triangle.cpp:
--------------------------------------------------------------------------------
1 | #include
2 |
3 | using namespace std;
4 |
5 | int main()
6 | {
7 | int height;
8 | cin >> height;
9 |
10 | char width;
11 | cin >> width;
12 |
13 | for (int i = 0; i < height; i++) {
14 | for (int j = 0; j <= height-i; j++) {
15 | cout << " ";
16 | }
17 | for (int j = 0; j <= i; j++) {
18 | cout << width << " ";
19 | }
20 | cout << endl;
21 |
22 | }
23 |
24 | return 0;
25 | }
26 |
--------------------------------------------------------------------------------
/Contact Book:
--------------------------------------------------------------------------------
1 | contacts = {}
2 |
3 | def add_contact(name, phone):
4 | contacts[name] = phone
5 |
6 | def show_contacts():
7 | for name, phone in contacts.items():
8 | print(f"{name}: {phone}")
9 |
10 | add_contact("Alice", "123-456-7890")
11 | add_contact("Bob", "987-654-3210")
12 | show_contacts()
13 |
--------------------------------------------------------------------------------
/DART/acronym/.dart_tool/pub/bin/test/test.dart-2.12.2.snapshot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/DART/acronym/.dart_tool/pub/bin/test/test.dart-2.12.2.snapshot
--------------------------------------------------------------------------------
/DART/acronym/.dart_tool/test/incremental_kernel.Ly9AZGFydD0yLjA=:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/DART/acronym/.dart_tool/test/incremental_kernel.Ly9AZGFydD0yLjA=
--------------------------------------------------------------------------------
/DART/acronym/.exercism/metadata.json:
--------------------------------------------------------------------------------
1 | {"track":"dart","exercise":"acronym","id":"10b39ac74472438996c19c7767b844b7","url":"https://exercism.io/my/solutions/10b39ac74472438996c19c7767b844b7","handle":"SushanShakya","is_requester":true,"auto_approve":false}
--------------------------------------------------------------------------------
/DART/acronym/analysis_options.yaml:
--------------------------------------------------------------------------------
1 | analyzer:
2 | strong-mode:
3 | implicit-casts: false
4 | implicit-dynamic: false
5 | errors:
6 | unused_element: error
7 | unused_import: error
8 | unused_local_variable: error
9 | dead_code: error
10 |
11 | linter:
12 | rules:
13 | # Error Rules
14 | - avoid_relative_lib_imports
15 | - avoid_types_as_parameter_names
16 | - literal_only_boolean_expressions
17 | - no_adjacent_strings_in_list
18 | - valid_regexps
19 |
--------------------------------------------------------------------------------
/DART/acronym/lib/acronym.dart:
--------------------------------------------------------------------------------
1 | class Acronym {
2 | String abbreviate(String fullForm) {
3 | RegExp re = RegExp(r"[a-zA-Z]+");
4 | return re
5 | .allMatches(fullForm)
6 | .map((e) => e.group(0)[0].toUpperCase())
7 | .join();
8 | }
9 | }
10 |
--------------------------------------------------------------------------------
/DART/acronym/pubspec.yaml:
--------------------------------------------------------------------------------
1 | name: 'acronym'
2 | environment:
3 | sdk: '>=2.0.0 <3.0.0'
4 | dev_dependencies:
5 | test: '<2.0.0'
6 |
--------------------------------------------------------------------------------
/DART/anagram/.exercism/metadata.json:
--------------------------------------------------------------------------------
1 | {"track":"dart","exercise":"anagram","id":"77f806e5c741415da980ad80a7055c88","url":"https://exercism.io/my/solutions/77f806e5c741415da980ad80a7055c88","handle":"SushanShakya","is_requester":true,"auto_approve":false}
--------------------------------------------------------------------------------
/DART/anagram/analysis_options.yaml:
--------------------------------------------------------------------------------
1 | analyzer:
2 | strong-mode:
3 | implicit-casts: false
4 | implicit-dynamic: false
5 | errors:
6 | unused_element: error
7 | unused_import: error
8 | unused_local_variable: error
9 | dead_code: error
10 |
11 | linter:
12 | rules:
13 | # Error Rules
14 | - avoid_relative_lib_imports
15 | - avoid_types_as_parameter_names
16 | - literal_only_boolean_expressions
17 | - no_adjacent_strings_in_list
18 | - valid_regexps
19 |
--------------------------------------------------------------------------------
/DART/anagram/lib/anagram.dart:
--------------------------------------------------------------------------------
1 | class Anagram {
2 | // Put your code here
3 | }
4 |
--------------------------------------------------------------------------------
/DART/anagram/pubspec.yaml:
--------------------------------------------------------------------------------
1 | name: 'anagram'
2 | environment:
3 | sdk: '>=2.0.0 <3.0.0'
4 | dev_dependencies:
5 | test: '<2.0.0'
6 |
--------------------------------------------------------------------------------
/DART/resistor-color-duo/.dart_tool/pub/bin/test/test.dart-2.12.2.snapshot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/DART/resistor-color-duo/.dart_tool/pub/bin/test/test.dart-2.12.2.snapshot
--------------------------------------------------------------------------------
/DART/resistor-color-duo/.dart_tool/test/incremental_kernel.Ly9AZGFydD0yLjA=:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/DART/resistor-color-duo/.dart_tool/test/incremental_kernel.Ly9AZGFydD0yLjA=
--------------------------------------------------------------------------------
/DART/resistor-color-duo/.exercism/metadata.json:
--------------------------------------------------------------------------------
1 | {"track":"dart","exercise":"resistor-color-duo","id":"de9c871f7692469db06301e2621dc13d","url":"https://exercism.io/my/solutions/de9c871f7692469db06301e2621dc13d","handle":"SushanShakya","is_requester":true,"auto_approve":false}
--------------------------------------------------------------------------------
/DART/resistor-color-duo/analysis_options.yaml:
--------------------------------------------------------------------------------
1 | analyzer:
2 | strong-mode:
3 | implicit-casts: false
4 | implicit-dynamic: false
5 | errors:
6 | unused_element: error
7 | unused_import: error
8 | unused_local_variable: error
9 | dead_code: error
10 |
11 | linter:
12 | rules:
13 | # Error Rules
14 | - avoid_relative_lib_imports
15 | - avoid_types_as_parameter_names
16 | - literal_only_boolean_expressions
17 | - no_adjacent_strings_in_list
18 | - valid_regexps
19 |
--------------------------------------------------------------------------------
/DART/resistor-color-duo/lib/resistor_color_duo.dart:
--------------------------------------------------------------------------------
1 | class ResistorColorDuo {
2 | List colors = ['black','brown','red','orange','yellow','green','blue','violet','grey','white'];
3 | int value(List values)
4 | => int.parse("${colors.indexOf(values[0])}${colors.indexOf(values[1])}");
5 |
6 | }
7 |
--------------------------------------------------------------------------------
/DART/resistor-color-duo/pubspec.yaml:
--------------------------------------------------------------------------------
1 | name: 'resistor_color_duo'
2 | environment:
3 | sdk: '>=2.0.0 <3.0.0'
4 | dev_dependencies:
5 | test: '<2.0.0'
6 |
--------------------------------------------------------------------------------
/DART/resistor-color/.dart_tool/pub/bin/test/test.dart-2.12.2.snapshot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/DART/resistor-color/.dart_tool/pub/bin/test/test.dart-2.12.2.snapshot
--------------------------------------------------------------------------------
/DART/resistor-color/.dart_tool/test/incremental_kernel.Ly9AZGFydD0yLjA=:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/DART/resistor-color/.dart_tool/test/incremental_kernel.Ly9AZGFydD0yLjA=
--------------------------------------------------------------------------------
/DART/resistor-color/.exercism/metadata.json:
--------------------------------------------------------------------------------
1 | {"track":"dart","exercise":"resistor-color","id":"4c84771cbd12474e8e1b4c02c5bca355","url":"https://exercism.io/my/solutions/4c84771cbd12474e8e1b4c02c5bca355","handle":"SushanShakya","is_requester":true,"auto_approve":false}
--------------------------------------------------------------------------------
/DART/resistor-color/analysis_options.yaml:
--------------------------------------------------------------------------------
1 | analyzer:
2 | strong-mode:
3 | implicit-casts: false
4 | implicit-dynamic: false
5 | errors:
6 | unused_element: error
7 | unused_import: error
8 | unused_local_variable: error
9 | dead_code: error
10 |
11 | linter:
12 | rules:
13 | # Error Rules
14 | - avoid_relative_lib_imports
15 | - avoid_types_as_parameter_names
16 | - literal_only_boolean_expressions
17 | - no_adjacent_strings_in_list
18 | - valid_regexps
19 |
--------------------------------------------------------------------------------
/DART/resistor-color/lib/resistor_color.dart:
--------------------------------------------------------------------------------
1 | class ResistorColor {
2 | List colors;
3 |
4 | ResistorColor() {
5 | colors = ['black','brown', 'red', 'orange','yellow','green','blue','violet','grey','white'];
6 | }
7 | int colorCode(String value) {
8 | return colors.indexOf(value.toLowerCase());
9 | }
10 | }
11 |
--------------------------------------------------------------------------------
/DART/resistor-color/pubspec.yaml:
--------------------------------------------------------------------------------
1 | name: 'resistor_color'
2 | environment:
3 | sdk: '>=2.0.0 <3.0.0'
4 | dev_dependencies:
5 | test: '<2.0.0'
6 |
--------------------------------------------------------------------------------
/JAVA/AdultOrNot.java:
--------------------------------------------------------------------------------
1 | import java.util.*;
2 |
3 | public class AdultOrNot {
4 | public static void main(String[] args) {
5 | Scanner sc = new Scanner(System.in);
6 | int age = sc.nextInt();
7 | if (age >= 18)
8 | System.out.println("adultt");
9 |
10 | else
11 | System.out.println("Not adult");
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/JAVA/Array.java:
--------------------------------------------------------------------------------
1 | import java.util.*;
2 |
3 | public class Array {
4 | public static void main(String args[]) {
5 | int marks[] = new int[5];
6 | Scanner sc = new Scanner(System.in);
7 | for (int i = 0; i < 5; i++) {
8 | marks[i] = sc.nextInt();
9 | }
10 |
11 | for (int i = 0; i < 5; i++) {
12 | System.out.println(marks[i]);
13 | }
14 | }
15 |
16 | }
17 |
--------------------------------------------------------------------------------
/JAVA/Average.java:
--------------------------------------------------------------------------------
1 | import java.util.*;
2 |
3 | public class Average {
4 | public static void averg(int a, int b, int c) {
5 | int avg = (a + b + c) / 3;
6 | System.out.println(avg);
7 | return;
8 | }
9 |
10 | public static void main(String[] args) {
11 | Scanner sc = new Scanner(System.in);
12 | int a = sc.nextInt();
13 | int b = sc.nextInt();
14 | int c = sc.nextInt();
15 |
16 | averg(a, b, c);
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/BasicTree/.idea/.gitignore:
--------------------------------------------------------------------------------
1 | # Default ignored files
2 | /shelf/
3 | /workspace.xml
4 | # Datasource local storage ignored files
5 | /dataSources/
6 | /dataSources.local.xml
7 | # Editor-based HTTP Client requests
8 | /httpRequests/
9 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/BasicTree/.idea/description.html:
--------------------------------------------------------------------------------
1 | Simple Java application that includes a class with main()
method
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/BasicTree/.idea/encodings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/BasicTree/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/BasicTree/.idea/project-template.xml:
--------------------------------------------------------------------------------
1 |
2 | IJ_BASE_PACKAGE
3 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/BasicTree/BasicTree.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/BasicTree/out/production/BasicTree/com/company/Main.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/BasicTree/out/production/BasicTree/com/company/Main.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/BasicTree/out/production/BasicTree/com/company/TreeNode.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/BasicTree/out/production/BasicTree/com/company/TreeNode.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/BinarySearchTree/.idea/.gitignore:
--------------------------------------------------------------------------------
1 | # Default ignored files
2 | /shelf/
3 | /workspace.xml
4 | # Datasource local storage ignored files
5 | /dataSources/
6 | /dataSources.local.xml
7 | # Editor-based HTTP Client requests
8 | /httpRequests/
9 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/BinarySearchTree/.idea/description.html:
--------------------------------------------------------------------------------
1 | Simple Java application that includes a class with main()
method
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/BinarySearchTree/.idea/encodings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/BinarySearchTree/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/BinarySearchTree/.idea/project-template.xml:
--------------------------------------------------------------------------------
1 |
2 | IJ_BASE_PACKAGE
3 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/BinarySearchTree/BinarySearchTree.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/BinarySearchTree/out/production/BinarySearchTree/com/company/BinaryNode.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/BinarySearchTree/out/production/BinarySearchTree/com/company/BinaryNode.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/BinarySearchTree/out/production/BinarySearchTree/com/company/BinarySearchTree.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/BinarySearchTree/out/production/BinarySearchTree/com/company/BinarySearchTree.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/BinarySearchTree/out/production/BinarySearchTree/com/company/Main.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/BinarySearchTree/out/production/BinarySearchTree/com/company/Main.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/BinarySearchTree/src/com/company/BinaryNode.java:
--------------------------------------------------------------------------------
1 | package com.company;
2 |
3 | public class BinaryNode {
4 | public int value;
5 | public int height;
6 | public BinaryNode left;
7 | public BinaryNode right;
8 |
9 | }
10 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Circular Doubly Linkrd listL/.idea/.gitignore:
--------------------------------------------------------------------------------
1 | # Default ignored files
2 | /shelf/
3 | /workspace.xml
4 | # Datasource local storage ignored files
5 | /dataSources/
6 | /dataSources.local.xml
7 | # Editor-based HTTP Client requests
8 | /httpRequests/
9 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Circular Doubly Linkrd listL/.idea/description.html:
--------------------------------------------------------------------------------
1 | Simple Java application that includes a class with main()
method
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Circular Doubly Linkrd listL/.idea/encodings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Circular Doubly Linkrd listL/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Circular Doubly Linkrd listL/.idea/project-template.xml:
--------------------------------------------------------------------------------
1 |
2 | IJ_BASE_PACKAGE
3 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Circular Doubly Linkrd listL/CircularDLL.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Circular Doubly Linkrd listL/out/production/CircularDLL/com/company/CircularDoublyLinkedList.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/Circular Doubly Linkrd listL/out/production/CircularDLL/com/company/CircularDoublyLinkedList.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Circular Doubly Linkrd listL/out/production/CircularDLL/com/company/DoublyNode.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/Circular Doubly Linkrd listL/out/production/CircularDLL/com/company/DoublyNode.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Circular Doubly Linkrd listL/out/production/CircularDLL/com/company/Main.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/Circular Doubly Linkrd listL/out/production/CircularDLL/com/company/Main.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Circular Doubly Linkrd listL/src/com/company/DoublyNode.java:
--------------------------------------------------------------------------------
1 | package com.company;
2 |
3 | public class DoublyNode {
4 | public int value;
5 | public DoublyNode next;
6 | public DoublyNode prev;
7 | }
8 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Circular Doubly Linkrd listL/src/com/company/Main.java:
--------------------------------------------------------------------------------
1 | package com.company;
2 |
3 | public class Main {
4 |
5 | public static void main(String[] args) {
6 | CircularDoublyLinkedList cDLL = new CircularDoublyLinkedList();
7 |
8 | cDLL.insertNode(9,1);
9 | cDLL.insertNode(7,2);
10 | cDLL.insertNode(5,3);
11 | cDLL.insertNode(4,0);
12 |
13 | cDLL.traverseCDLL();
14 |
15 | cDLL.deleteNode(2);
16 | cDLL.traverseCDLL();
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Circular Singly Linked list/.idea/.gitignore:
--------------------------------------------------------------------------------
1 | # Default ignored files
2 | /shelf/
3 | /workspace.xml
4 | # Datasource local storage ignored files
5 | /dataSources/
6 | /dataSources.local.xml
7 | # Editor-based HTTP Client requests
8 | /httpRequests/
9 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Circular Singly Linked list/.idea/description.html:
--------------------------------------------------------------------------------
1 | Simple Java application that includes a class with main()
method
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Circular Singly Linked list/.idea/encodings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Circular Singly Linked list/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Circular Singly Linked list/.idea/project-template.xml:
--------------------------------------------------------------------------------
1 |
2 | IJ_BASE_PACKAGE
3 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Circular Singly Linked list/CSSL.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Circular Singly Linked list/out/production/CSSL/com/company/CircularSinglyLinkedList.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/Circular Singly Linked list/out/production/CSSL/com/company/CircularSinglyLinkedList.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Circular Singly Linked list/out/production/CSSL/com/company/Main.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/Circular Singly Linked list/out/production/CSSL/com/company/Main.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Circular Singly Linked list/out/production/CSSL/com/company/Node.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/Circular Singly Linked list/out/production/CSSL/com/company/Node.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Circular Singly Linked list/src/com/company/Main.java:
--------------------------------------------------------------------------------
1 | package com.company;
2 |
3 | public class Main {
4 |
5 | public static void main(String[] args) {
6 |
7 | CircularSinglyLinkedList csLL = new CircularSinglyLinkedList();
8 |
9 | csLL.createCSSL(5);
10 | // System.out.println(csLL.head.next.value);
11 | csLL.insertCSSL(4,0);
12 | csLL.insertCSSL(2,1);
13 | csLL.insertCSSL(8,4);
14 | csLL.traversalCSLL();
15 |
16 | csLL.searchNode(5);
17 | }
18 |
19 |
20 | }
21 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Circular Singly Linked list/src/com/company/Node.java:
--------------------------------------------------------------------------------
1 | package com.company;
2 |
3 | public class Node {
4 | public int value;
5 | public Node next;
6 | }
7 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Doubly LinkedList/.idea/.gitignore:
--------------------------------------------------------------------------------
1 | # Default ignored files
2 | /shelf/
3 | /workspace.xml
4 | # Datasource local storage ignored files
5 | /dataSources/
6 | /dataSources.local.xml
7 | # Editor-based HTTP Client requests
8 | /httpRequests/
9 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Doubly LinkedList/.idea/description.html:
--------------------------------------------------------------------------------
1 | Simple Java application that includes a class with main()
method
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Doubly LinkedList/.idea/encodings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Doubly LinkedList/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Doubly LinkedList/.idea/project-template.xml:
--------------------------------------------------------------------------------
1 |
2 | IJ_BASE_PACKAGE
3 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Doubly LinkedList/DLinkedList.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Doubly LinkedList/out/production/DLinkedList/com/company/DoublyLinkedList.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/Doubly LinkedList/out/production/DLinkedList/com/company/DoublyLinkedList.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Doubly LinkedList/out/production/DLinkedList/com/company/DoublyNode.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/Doubly LinkedList/out/production/DLinkedList/com/company/DoublyNode.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Doubly LinkedList/out/production/DLinkedList/com/company/Main.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/Doubly LinkedList/out/production/DLinkedList/com/company/Main.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Doubly LinkedList/src/com/company/DoublyNode.java:
--------------------------------------------------------------------------------
1 | package com.company;
2 |
3 | public class DoublyNode {
4 | public int value;
5 | public DoublyNode next;
6 | public DoublyNode prev;
7 | }
8 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Heap/.idea/.gitignore:
--------------------------------------------------------------------------------
1 | # Default ignored files
2 | /shelf/
3 | /workspace.xml
4 | # Datasource local storage ignored files
5 | /dataSources/
6 | /dataSources.local.xml
7 | # Editor-based HTTP Client requests
8 | /httpRequests/
9 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Heap/.idea/misc.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Heap/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Heap/Heap.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Heap/out/production/Heap/company/Heap.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/Heap/out/production/Heap/company/Heap.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Heap/out/production/Heap/company/Test.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/Heap/out/production/Heap/company/Test.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/LL-Final-Questions/.idea/.gitignore:
--------------------------------------------------------------------------------
1 | # Default ignored files
2 | /shelf/
3 | /workspace.xml
4 | # Datasource local storage ignored files
5 | /dataSources/
6 | /dataSources.local.xml
7 | # Editor-based HTTP Client requests
8 | /httpRequests/
9 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/LL-Final-Questions/.idea/description.html:
--------------------------------------------------------------------------------
1 | Simple Java application that includes a class with main()
method
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/LL-Final-Questions/.idea/encodings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/LL-Final-Questions/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/LL-Final-Questions/.idea/project-template.xml:
--------------------------------------------------------------------------------
1 |
2 | IJ_BASE_PACKAGE
3 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/LL-Final-Questions/LL-Final-Questions.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/LL-Final-Questions/out/production/LL-Final-Questions/com/company/LinkedList.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/LL-Final-Questions/out/production/LL-Final-Questions/com/company/LinkedList.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/LL-Final-Questions/out/production/LL-Final-Questions/com/company/Main.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/LL-Final-Questions/out/production/LL-Final-Questions/com/company/Main.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/LL-Final-Questions/out/production/LL-Final-Questions/com/company/Node.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/LL-Final-Questions/out/production/LL-Final-Questions/com/company/Node.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/LL-Final-Questions/out/production/LL-Final-Questions/com/company/Questions.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/LL-Final-Questions/out/production/LL-Final-Questions/com/company/Questions.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/LL-Final-Questions/src/com/company/Node.java:
--------------------------------------------------------------------------------
1 | package com.company;
2 |
3 | public class Node {
4 | public int value;
5 | public Node next;
6 | public Node prev;
7 | }
8 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Queue-Using-Array/.idea/.gitignore:
--------------------------------------------------------------------------------
1 | # Default ignored files
2 | /shelf/
3 | /workspace.xml
4 | # Datasource local storage ignored files
5 | /dataSources/
6 | /dataSources.local.xml
7 | # Editor-based HTTP Client requests
8 | /httpRequests/
9 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Queue-Using-Array/.idea/description.html:
--------------------------------------------------------------------------------
1 | Simple Java application that includes a class with main()
method
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Queue-Using-Array/.idea/encodings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Queue-Using-Array/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Queue-Using-Array/.idea/project-template.xml:
--------------------------------------------------------------------------------
1 |
2 | IJ_BASE_PACKAGE
3 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Queue-Using-Array/Queue-Using-Array.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Queue-Using-Array/out/production/Queue-Using-Array/com/company/Main.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/Queue-Using-Array/out/production/Queue-Using-Array/com/company/Main.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Queue-Using-Array/out/production/Queue-Using-Array/com/company/QueueArray.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/Queue-Using-Array/out/production/Queue-Using-Array/com/company/QueueArray.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/QueueUsingLinkedLidt/.idea/.gitignore:
--------------------------------------------------------------------------------
1 | # Default ignored files
2 | /shelf/
3 | /workspace.xml
4 | # Datasource local storage ignored files
5 | /dataSources/
6 | /dataSources.local.xml
7 | # Editor-based HTTP Client requests
8 | /httpRequests/
9 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/QueueUsingLinkedLidt/.idea/description.html:
--------------------------------------------------------------------------------
1 | Simple Java application that includes a class with main()
method
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/QueueUsingLinkedLidt/.idea/encodings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/QueueUsingLinkedLidt/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/QueueUsingLinkedLidt/.idea/project-template.xml:
--------------------------------------------------------------------------------
1 |
2 | IJ_BASE_PACKAGE
3 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/QueueUsingLinkedLidt/QueueUsingLinkedLidt.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/QueueUsingLinkedLidt/out/production/QueueUsingLinkedLidt/com/company/LinkedList.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/QueueUsingLinkedLidt/out/production/QueueUsingLinkedLidt/com/company/LinkedList.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/QueueUsingLinkedLidt/out/production/QueueUsingLinkedLidt/com/company/Main.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/QueueUsingLinkedLidt/out/production/QueueUsingLinkedLidt/com/company/Main.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/QueueUsingLinkedLidt/out/production/QueueUsingLinkedLidt/com/company/Node.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/QueueUsingLinkedLidt/out/production/QueueUsingLinkedLidt/com/company/Node.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/QueueUsingLinkedLidt/out/production/QueueUsingLinkedLidt/com/company/QueueLinkedList.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/QueueUsingLinkedLidt/out/production/QueueUsingLinkedLidt/com/company/QueueLinkedList.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/QueueUsingLinkedLidt/src/com/company/Node.java:
--------------------------------------------------------------------------------
1 | package com.company;
2 |
3 | public class Node {
4 | public int value;
5 | public Node next;
6 | }
7 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Singly Linked list/.idea/.gitignore:
--------------------------------------------------------------------------------
1 | # Default ignored files
2 | /shelf/
3 | /workspace.xml
4 | # Datasource local storage ignored files
5 | /dataSources/
6 | /dataSources.local.xml
7 | # Editor-based HTTP Client requests
8 | /httpRequests/
9 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Singly Linked list/.idea/description.html:
--------------------------------------------------------------------------------
1 | Simple Java application that includes a class with main()
method
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Singly Linked list/.idea/encodings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Singly Linked list/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Singly Linked list/.idea/project-template.xml:
--------------------------------------------------------------------------------
1 |
2 | IJ_BASE_PACKAGE
3 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Singly Linked list/DSA Course.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Singly Linked list/out/production/DSA Course/com/company/Main.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/Singly Linked list/out/production/DSA Course/com/company/Main.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Singly Linked list/out/production/DSA Course/com/company/Node.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/Singly Linked list/out/production/DSA Course/com/company/Node.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Singly Linked list/out/production/DSA Course/com/company/SinglyLinkedList.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/Singly Linked list/out/production/DSA Course/com/company/SinglyLinkedList.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/Singly Linked list/src/com/company/Node.java:
--------------------------------------------------------------------------------
1 | package com.company;
2 |
3 | public class Node {
4 | public int value;
5 | public Node next;
6 | }
7 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/StackUsingArray/.idea/.gitignore:
--------------------------------------------------------------------------------
1 | # Default ignored files
2 | /shelf/
3 | /workspace.xml
4 | # Datasource local storage ignored files
5 | /dataSources/
6 | /dataSources.local.xml
7 | # Editor-based HTTP Client requests
8 | /httpRequests/
9 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/StackUsingArray/.idea/description.html:
--------------------------------------------------------------------------------
1 | Simple Java application that includes a class with main()
method
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/StackUsingArray/.idea/encodings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/StackUsingArray/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/StackUsingArray/.idea/project-template.xml:
--------------------------------------------------------------------------------
1 |
2 | IJ_BASE_PACKAGE
3 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/StackUsingArray/StackUsingArray.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/StackUsingArray/out/production/StackUsingArray/com/company/Main.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/StackUsingArray/out/production/StackUsingArray/com/company/Main.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/StackUsingArray/out/production/StackUsingArray/com/company/Stack.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/StackUsingArray/out/production/StackUsingArray/com/company/Stack.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/StackUsingLL/.idea/.gitignore:
--------------------------------------------------------------------------------
1 | # Default ignored files
2 | /shelf/
3 | /workspace.xml
4 | # Datasource local storage ignored files
5 | /dataSources/
6 | /dataSources.local.xml
7 | # Editor-based HTTP Client requests
8 | /httpRequests/
9 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/StackUsingLL/.idea/description.html:
--------------------------------------------------------------------------------
1 | Simple Java application that includes a class with main()
method
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/StackUsingLL/.idea/encodings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/StackUsingLL/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/StackUsingLL/.idea/project-template.xml:
--------------------------------------------------------------------------------
1 |
2 | IJ_BASE_PACKAGE
3 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/StackUsingLL/StackUsingLL.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/StackUsingLL/out/production/StackUsingLL/com/company/LinkedList.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/StackUsingLL/out/production/StackUsingLL/com/company/LinkedList.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/StackUsingLL/out/production/StackUsingLL/com/company/Main.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/StackUsingLL/out/production/StackUsingLL/com/company/Main.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/StackUsingLL/out/production/StackUsingLL/com/company/Node.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/StackUsingLL/out/production/StackUsingLL/com/company/Node.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/StackUsingLL/out/production/StackUsingLL/com/company/Stack.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/StackUsingLL/out/production/StackUsingLL/com/company/Stack.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/StackUsingLL/src/com/company/Main.java:
--------------------------------------------------------------------------------
1 | package com.company;
2 |
3 | public class Main {
4 |
5 | public static void main(String[] args) {
6 | Stack newStack = new Stack();
7 | newStack.push(1);
8 | newStack.push(2);
9 | newStack.push(3);
10 |
11 | // System.out.println(newStack.isEmpty());
12 | // System.out.println(newStack.pop());
13 |
14 | // System.out.println(newStack.peek());
15 |
16 |
17 |
18 |
19 |
20 | }
21 | }
22 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/StackUsingLL/src/com/company/Node.java:
--------------------------------------------------------------------------------
1 | package com.company;
2 |
3 | public class Node {
4 | public int value;
5 | public Node next;
6 | }
7 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/TreeLinkedList/.idea/.gitignore:
--------------------------------------------------------------------------------
1 | # Default ignored files
2 | /shelf/
3 | /workspace.xml
4 | # Datasource local storage ignored files
5 | /dataSources/
6 | /dataSources.local.xml
7 | # Editor-based HTTP Client requests
8 | /httpRequests/
9 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/TreeLinkedList/.idea/description.html:
--------------------------------------------------------------------------------
1 | Simple Java application that includes a class with main()
method
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/TreeLinkedList/.idea/encodings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/TreeLinkedList/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/TreeLinkedList/.idea/project-template.xml:
--------------------------------------------------------------------------------
1 |
2 | IJ_BASE_PACKAGE
3 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/TreeLinkedList/TreeLinkedList.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/TreeLinkedList/out/production/TreeLinkedList/com/company/BinaryNode.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/TreeLinkedList/out/production/TreeLinkedList/com/company/BinaryNode.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/TreeLinkedList/out/production/TreeLinkedList/com/company/BinaryTreeLL.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/TreeLinkedList/out/production/TreeLinkedList/com/company/BinaryTreeLL.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/TreeLinkedList/out/production/TreeLinkedList/com/company/Main.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/TreeLinkedList/out/production/TreeLinkedList/com/company/Main.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/TreeLinkedList/src/com/company/BinaryNode.java:
--------------------------------------------------------------------------------
1 | package com.company;
2 |
3 | public class BinaryNode {
4 | public String value;
5 | public BinaryNode left;
6 | public BinaryNode right;
7 | public int height;
8 | }
9 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/TreeUsing-Array/.idea/.gitignore:
--------------------------------------------------------------------------------
1 | # Default ignored files
2 | /shelf/
3 | /workspace.xml
4 | # Datasource local storage ignored files
5 | /dataSources/
6 | /dataSources.local.xml
7 | # Editor-based HTTP Client requests
8 | /httpRequests/
9 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/TreeUsing-Array/.idea/description.html:
--------------------------------------------------------------------------------
1 | Simple Java application that includes a class with main()
method
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/TreeUsing-Array/.idea/encodings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/TreeUsing-Array/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/TreeUsing-Array/.idea/project-template.xml:
--------------------------------------------------------------------------------
1 |
2 | IJ_BASE_PACKAGE
3 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/TreeUsing-Array/TreeUsing-Array.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/TreeUsing-Array/out/production/TreeUsing-Array/com/company/BinaryTree.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/TreeUsing-Array/out/production/TreeUsing-Array/com/company/BinaryTree.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/TreeUsing-Array/out/production/TreeUsing-Array/com/company/Main.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/TreeUsing-Array/out/production/TreeUsing-Array/com/company/Main.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/circularQueue/.idea/.gitignore:
--------------------------------------------------------------------------------
1 | # Default ignored files
2 | /shelf/
3 | /workspace.xml
4 | # Datasource local storage ignored files
5 | /dataSources/
6 | /dataSources.local.xml
7 | # Editor-based HTTP Client requests
8 | /httpRequests/
9 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/circularQueue/.idea/description.html:
--------------------------------------------------------------------------------
1 | Simple Java application that includes a class with main()
method
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/circularQueue/.idea/encodings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/circularQueue/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/circularQueue/.idea/project-template.xml:
--------------------------------------------------------------------------------
1 |
2 | IJ_BASE_PACKAGE
3 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/circularQueue/circularQueue.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/circularQueue/out/production/circularQueue/com/company/CircularQueue.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/circularQueue/out/production/circularQueue/com/company/CircularQueue.class
--------------------------------------------------------------------------------
/JAVA/DataStructure in java/circularQueue/out/production/circularQueue/com/company/Main.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/DataStructure in java/circularQueue/out/production/circularQueue/com/company/Main.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/BasicShapes/Cylinder.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/BasicShapes/Cylinder.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/BasicShapes/Rectangle.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/BasicShapes/Rectangle.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/BasicShapes/Shapes.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/BasicShapes/Shapes.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/BasicShapes/Square.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/BasicShapes/Square.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/Cylinder.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/Cylinder.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/Main.java:
--------------------------------------------------------------------------------
1 | public class Main{
2 |
3 | public static void main(String[] args){
4 |
5 |
6 |
7 | System.out.println("Hello World\n");
8 |
9 |
10 |
11 | }
12 |
13 |
14 |
15 | }
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/Rectangle.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/Rectangle.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/Shapes.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/Shapes.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/Shapes/BasicShapes/Cylinder.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/Shapes/BasicShapes/Cylinder.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/Shapes/BasicShapes/Rectangle.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/Shapes/BasicShapes/Rectangle.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/Shapes/BasicShapes/Shapes.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/Shapes/BasicShapes/Shapes.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/Shapes/BasicShapes/Square.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/Shapes/BasicShapes/Square.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/Square.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/Square.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/array.c:
--------------------------------------------------------------------------------
1 | #include
2 | #include
3 |
4 |
5 | int main ()
6 | {
7 |
8 | int *arr;
9 | int n=5;
10 |
11 | arr=(int *)malloc(n*sizeof(int));
12 | int i=0;
13 | for ( i=0 ; i 0){
6 |
7 | $fact*=$num;
8 | $num--;
9 | }
10 |
11 | echo "Factorial is:".$fact;
12 | ?>
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/java practical/mydb.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/java practical/mydb.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/java practical/new/Validator.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/java practical/new/Validator.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/java practical/new/age.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/java practical/new/age.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/java practical/new/ageException.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/java practical/new/ageException.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/java practical/new/base.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/java practical/new/base.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/java practical/new/derived.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/java practical/new/derived.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/java practical/new/dynamic.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/java practical/new/dynamic.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/java practical/new/myexception.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/java practical/new/myexception.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/java practical/new/myexcp.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/java practical/new/myexcp.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/java practical/new/mythread.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/java practical/new/mythread.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/java practical/new/mythreadclass.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/java practical/new/mythreadclass.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/java practical/new/test.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/java practical/new/test.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/java practical/new/threadtest.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/java practical/new/threadtest.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/java practical/unboxing.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/java practical/unboxing.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/java practical/unboxing.java:
--------------------------------------------------------------------------------
1 | public class unboxing {
2 | public static void main(String[] args) {
3 | int x=35;
4 | Integer i=x;
5 | System.out.println("Auto boxing:");
6 | System.out.println("number 1"+x);
7 | System.out.println("NUmber 2"+i);
8 | Double m=22.4;
9 | double n=m;
10 | System.out.println(" Unboxing:");
11 | System.out.println("number 1"+m);
12 | System.out.println("NUmber 2"+n);
13 |
14 | }
15 |
16 | }
17 |
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/mypack/test.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/mypack/test.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/new.drp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/new.drp
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/newtest/folder1/Cylinder.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/newtest/folder1/Cylinder.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/newtest/folder1/Rectangle.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/newtest/folder1/Rectangle.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/newtest/folder1/Shapes.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/newtest/folder1/Shapes.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/newtest/folder1/Square.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/newtest/folder1/Square.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/p1/p2/p3/basic_calc.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/p1/p2/p3/basic_calc.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/p1/p2/p3/calculator.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/p1/p2/p3/calculator.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/p1/p2/p3/sc_calc.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/p1/p2/p3/sc_calc.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/sc_calc.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/sc_calc.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/test.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/test.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/test.java:
--------------------------------------------------------------------------------
1 |
2 |
3 | import calc.*;
4 |
5 | public class test {
6 | public static void main(String[] args) {
7 | basic_calc b=new basic_calc();
8 | b.message();
9 | }
10 |
11 | }
12 |
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/testclass.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JAVA/Working with Java packages/testclass.class
--------------------------------------------------------------------------------
/JAVA/Working with Java packages/testclass.java:
--------------------------------------------------------------------------------
1 | import Shapes.BasicShapes.*;
2 |
3 |
4 | public class testclass {
5 | public static void main(String[] args) {
6 | Rectangle r1=new Rectangle();
7 | Square s1=new Square();
8 | Cylinder c1=new Cylinder();
9 | r1.getVal(6, 2);
10 | r1.area_rect();
11 | s1.getVal(12);
12 | s1.area_sq();
13 | c1.getVal(5, 12);
14 | c1.volume_cylinder();
15 | }
16 |
17 | }
18 |
--------------------------------------------------------------------------------
/JAVA/advanced/JavaSingletonPattern.java:
--------------------------------------------------------------------------------
1 | /**
2 | *
3 | */
4 | package com.javaaid.hackerrank.solutions.languages.java.advanced;
5 |
6 | public class JavaSingletonPattern {
7 | public String str = "";
8 | private static final JavaSingletonPattern instance=null;
9 |
10 | private JavaSingletonPattern() {
11 |
12 | }
13 |
14 | public static JavaSingletonPattern getSingleInstance() {
15 | if (instance == null)
16 | return new JavaSingletonPattern();
17 | return instance;
18 | }
19 |
20 | }
21 |
--------------------------------------------------------------------------------
/JAVA/advanced/JavaVarargsSimpleAddition.java:
--------------------------------------------------------------------------------
1 | /**
2 | *
3 | */
4 | package com.javaaid.hackerrank.solutions.languages.java.advanced;
5 | \
6 | public class JavaVarargsSimpleAddition {
7 | public void add(int... a) {
8 | String b = "";
9 | int c = 0;
10 | for (int i : a) {
11 | b += i + "+";
12 | c += i;
13 | }
14 | System.out.print(b.substring(0, b.length() - 1));
15 | System.out.println("=" + c);
16 |
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/JAVA/advanced/MorseCode/README.md:
--------------------------------------------------------------------------------
1 |
2 | # Morse Code Generator
3 |
4 | This program will generate the morse code for your input. You can input your name, or anything that you wish for and it will print the output in the console.
5 |
6 | ## Authors
7 |
8 | - [@roneetm](https://www.github.com/roneetm)
9 |
10 |
--------------------------------------------------------------------------------
/JAVA/bignumber/JavaBigInteger.java:
--------------------------------------------------------------------------------
1 | /**
2 | *
3 | */
4 | package com.javaaid.hackerrank.solutions.languages.java.bignumber;
5 |
6 | import java.math.BigInteger;
7 | import java.util.Scanner;
8 |
9 |
10 | public class JavaBigInteger {
11 | public static void main(String[] args) {
12 | Scanner sc = new Scanner(System.in);
13 | BigInteger a = new BigInteger(sc.next());
14 | BigInteger b = new BigInteger(sc.next());
15 | System.out.println(a.add(b));
16 | System.out.println(a.multiply(b));
17 | sc.close();
18 | }
19 | }
--------------------------------------------------------------------------------
/JAVA/bignumber/JavaPrimalityTest.java:
--------------------------------------------------------------------------------
1 | /**
2 | *
3 | */
4 | package com.javaaid.hackerrank.solutions.languages.java.bignumber;
5 |
6 | import java.math.BigInteger;
7 | import java.util.Scanner;
8 |
9 | public class JavaPrimalityTest {
10 |
11 | public static void main(String[] args) {
12 | Scanner in = new Scanner(System.in);
13 | BigInteger n = in.nextBigInteger();
14 | in.close();
15 | System.out.println(n.isProbablePrime(100) ? "prime" : "not prime");
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/JavaScript/Algorithms/Sorting/BubbleSort.js:
--------------------------------------------------------------------------------
1 | function bubbleSort(arr) {
2 |
3 | for (var i = 0; i < arr.length; i++) {
4 |
5 | for (var j = 0; j < (arr.length - i - 1); j++) {
6 |
7 | if (arr[j] > arr[j + 1]) {
8 |
9 | var temp = arr[j]
10 | arr[j] = arr[j + 1]
11 | arr[j + 1] = temp
12 | }
13 | }
14 | }
15 | }
16 |
17 |
18 | var arr = [212, 32, 410, 12, 8, 45, 235];
19 |
20 | console.log(bubbleSort(arr));
--------------------------------------------------------------------------------
/JavaScript/Algorithms/last_element.js:
--------------------------------------------------------------------------------
1 | function largestOfFour(arr) {
2 | let array = [];
3 | for (let i=0;i larg){
7 | larg = arr[i][j];
8 | }
9 | }
10 | array[i] = larg;
11 | }
12 | return array;
13 | }
14 |
--------------------------------------------------------------------------------
/JavaScript/Breakout_Game/plan.txt:
--------------------------------------------------------------------------------
1 | 1. Create canvas context x
2 | 2. Create and draw ball x
3 | 3. Create and draw paddle x
4 | 4. Create bricks x
5 | 5. Draw score x
6 | 6. Add update() - Animate - requestAnimationFrame(cb) x
7 | 7. Move paddle x
8 | 8. Keyboard event handlers to move paddle x
9 | 9. Move ball x
10 | 10. Add wall boundaries x
11 | 11. Increase the score when bricks break x
12 | 12. Lose - redraw bricks, reset score x
--------------------------------------------------------------------------------
/JavaScript/Dictionary Extension/Readme.md:
--------------------------------------------------------------------------------
1 | This is an English dictionary extension developed using the following free API:
2 | https://dictionaryapi.dev/
3 |
4 | Directions of use:
5 |
6 | 1. Open chrome://extensions/
7 | 2. Switch on the developer mode through an option given on top right corner.
8 | 3. Now, we can add extensions created by our own selves.
9 | 4. Click on "Load Unpacked" on top left corner below the top bar.
10 | 5. Choose the complete extension folder and click "Select Folder".
11 |
--------------------------------------------------------------------------------
/JavaScript/Dictionary Extension/dic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Dictionary Extension/dic.png
--------------------------------------------------------------------------------
/JavaScript/Full Cyrptography/style.css:
--------------------------------------------------------------------------------
1 | * {
2 | box-sizing: border-box;
3 | }
4 | body {
5 | display: block;
6 | }
7 | input, select, button {
8 | margin: 20px;
9 | padding: 20px;
10 | }
11 |
12 | input {
13 | border-radius: 5px;
14 | line-height: normal;
15 | outline: none;
16 | vertical-align: middle;
17 | padding: 10px;
18 | }
19 |
20 | p {
21 | display: block;
22 | }
23 |
24 | var {
25 | font-weight: bold;
26 | color:white;
27 | }
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/Hactober Fest 2021.txt:
--------------------------------------------------------------------------------
1 | A Small webapp to Generate a list of Ghibli Studio movies using Ghibli API.
2 | A small contribution to Hactober Fest 2021
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/0.jpg
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/1.jpg
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/10.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/10.jpg
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/10.png
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/11.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/11.jpg
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/12.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/12.jpg
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/13.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/13.jpg
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/14.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/14.jpg
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/15.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/15.jpg
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/16.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/16.jpg
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/17.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/17.jpg
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/18.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/18.jpg
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/19.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/19.jpg
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/2.jpg
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/20.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/20.jpg
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/21.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/21.jpg
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/3.jpg
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/4.jpg
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/4.png
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/5.jpg
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/6.jpg
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/7.jpg
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/8.jpg
--------------------------------------------------------------------------------
/JavaScript/Ghibli Studio API/bg/9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Ghibli Studio API/bg/9.jpg
--------------------------------------------------------------------------------
/JavaScript/Google Pay Scracth Card Old Style/style.css:
--------------------------------------------------------------------------------
1 | body {
2 | padding: 20px 0;
3 | }
4 |
5 | .container {
6 | position: center;
7 | width: 578px;
8 | height: 578px;
9 | margin: 0 auto;
10 | -webkit-user-select: none;
11 | -moz-user-select: none;
12 | -ms-user-select: none;
13 | -o-user-select: none;
14 | user-select: none;
15 | }
16 |
17 | .canvas {
18 | position: absolute;
19 | top: 0;
20 | }
21 |
22 | .form {
23 | padding: 20px;
24 | }
25 |
--------------------------------------------------------------------------------
/JavaScript/Hulu Webpage Clone/img/close.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/JavaScript/Hulu Webpage Clone/img/cover-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Hulu Webpage Clone/img/cover-1.jpg
--------------------------------------------------------------------------------
/JavaScript/Hulu Webpage Clone/img/cover-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Hulu Webpage Clone/img/cover-2.jpg
--------------------------------------------------------------------------------
/JavaScript/Hulu Webpage Clone/img/cover-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Hulu Webpage Clone/img/cover-3.jpg
--------------------------------------------------------------------------------
/JavaScript/Hulu Webpage Clone/img/cover-4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Hulu Webpage Clone/img/cover-4.jpg
--------------------------------------------------------------------------------
/JavaScript/Hulu Webpage Clone/img/facebook.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/JavaScript/Hulu Webpage Clone/img/favicon.ico.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Hulu Webpage Clone/img/favicon.ico.png
--------------------------------------------------------------------------------
/JavaScript/Hulu Webpage Clone/img/header.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Hulu Webpage Clone/img/header.jpg
--------------------------------------------------------------------------------
/JavaScript/Hulu Webpage Clone/img/live-sports-logo-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Hulu Webpage Clone/img/live-sports-logo-1.png
--------------------------------------------------------------------------------
/JavaScript/Hulu Webpage Clone/img/live-sports-logo-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Hulu Webpage Clone/img/live-sports-logo-2.png
--------------------------------------------------------------------------------
/JavaScript/Hulu Webpage Clone/img/live-sports-logo-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Hulu Webpage Clone/img/live-sports-logo-4.png
--------------------------------------------------------------------------------
/JavaScript/Hulu Webpage Clone/img/live-sports-small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Hulu Webpage Clone/img/live-sports-small.jpg
--------------------------------------------------------------------------------
/JavaScript/Hulu Webpage Clone/img/live-sports.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Hulu Webpage Clone/img/live-sports.jpg
--------------------------------------------------------------------------------
/JavaScript/Hulu Webpage Clone/img/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Hulu Webpage Clone/img/logo.png
--------------------------------------------------------------------------------
/JavaScript/Hulu Webpage Clone/img/logos.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Hulu Webpage Clone/img/logos.png
--------------------------------------------------------------------------------
/JavaScript/Hulu Webpage Clone/img/network-logo-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Hulu Webpage Clone/img/network-logo-bg.png
--------------------------------------------------------------------------------
/JavaScript/Hulu Webpage Clone/img/screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Hulu Webpage Clone/img/screen.png
--------------------------------------------------------------------------------
/JavaScript/Hulu Webpage Clone/img/youtube.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/JavaScript/Lyrics App/images/music.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Lyrics App/images/music.jpg
--------------------------------------------------------------------------------
/JavaScript/RockPaperScissors/assets/looser.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/RockPaperScissors/assets/looser.gif
--------------------------------------------------------------------------------
/JavaScript/RockPaperScissors/assets/winner.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/RockPaperScissors/assets/winner.gif
--------------------------------------------------------------------------------
/JavaScript/Snake/assets/css/styles.css:
--------------------------------------------------------------------------------
1 | @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
2 |
3 | html, body {
4 | margin: 0;
5 | padding: 0;
6 | font-family: Roboto, sans-serif;
7 | text-align: center;
8 | position: fixed;
9 | top: 50%;
10 | left: 50%;
11 | transform: translate(-50%, -50%);
12 | }
13 |
14 | #restart {
15 | display: flex;
16 | justify-content: center;
17 | display: none;
18 | }
--------------------------------------------------------------------------------
/JavaScript/Vanilla js Snake Game/img/bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Vanilla js Snake Game/img/bg.jpg
--------------------------------------------------------------------------------
/JavaScript/Vanilla js Snake Game/music/food.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Vanilla js Snake Game/music/food.mp3
--------------------------------------------------------------------------------
/JavaScript/Vanilla js Snake Game/music/gameover.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Vanilla js Snake Game/music/gameover.mp3
--------------------------------------------------------------------------------
/JavaScript/Vanilla js Snake Game/music/move.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Vanilla js Snake Game/music/move.mp3
--------------------------------------------------------------------------------
/JavaScript/Vanilla js Snake Game/music/music.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/JavaScript/Vanilla js Snake Game/music/music.mp3
--------------------------------------------------------------------------------
/JavaScript/expense tracker/index.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/JavaScript/game_of_life/sketchh.css:
--------------------------------------------------------------------------------
1 | .game{
2 | text-align: center;
3 | font-size: 30px;
4 | text-decoration: underline;
5 | color:rgb(255, 223, 108);
6 | font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
7 | font-weight: 100;
8 | font-style: italic;
9 | background-size: 40;
10 |
11 | }
12 | *
13 | {
14 | background-color: black;
15 | }
--------------------------------------------------------------------------------
/JavaScript/random api/randomColorGen.js:
--------------------------------------------------------------------------------
1 | let a = () = > "#" + Math.random().toString(16).substring(2, 8).to
2 | console.log("Random color is " + a() )
3 |
--------------------------------------------------------------------------------
/JavaScript/random api/test.js:
--------------------------------------------------------------------------------
1 | const fs = require('fs')
2 |
3 | fs.readFile('htgr.txt', 'utf8' , (err, data) => {
4 | if (err) {
5 | console.error(err)
6 | return
7 | }
8 | console.log(data)
9 | })
--------------------------------------------------------------------------------
/KOTLIN/ascii.kt:
--------------------------------------------------------------------------------
1 | fun main(args: Array) {
2 |
3 | val c = 'a'
4 | val ascii = c.toInt()
5 |
6 | println("The ASCII value of $c is: $ascii")
7 | }
--------------------------------------------------------------------------------
/KOTLIN/factorial.kt:
--------------------------------------------------------------------------------
1 | fun main(args: Array) {
2 | // Change value of num to see how it changes the output
3 | val num = 5
4 | var i = 1
5 | var factorial: Long = 1
6 | while (i <= num) {
7 | factorial *= i.toLong()
8 | i++
9 | }
10 | println("Factorial of $num = $factorial")
11 | }
12 |
--------------------------------------------------------------------------------
/OOP/.vscode/settings.json:
--------------------------------------------------------------------------------
1 | {
2 | "files.associations": {
3 | "iostream": "cpp"
4 | }
5 | }
--------------------------------------------------------------------------------
/OOP/3d_array.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/OOP/3d_array.exe
--------------------------------------------------------------------------------
/OOP/Untitled-1.c:
--------------------------------------------------------------------------------
1 | #include
2 | int main ()
3 | {
4 | printf("hello");
5 | return 0;
6 | }
7 |
--------------------------------------------------------------------------------
/OOP/Untitled-1.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/OOP/Untitled-1.exe
--------------------------------------------------------------------------------
/OOP/class.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/OOP/class.exe
--------------------------------------------------------------------------------
/OOP/copy_const.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/OOP/copy_const.exe
--------------------------------------------------------------------------------
/OOP/dynamic_init.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/OOP/dynamic_init.exe
--------------------------------------------------------------------------------
/OOP/encrypt.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/OOP/encrypt.exe
--------------------------------------------------------------------------------
/OOP/friendfncn.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/OOP/friendfncn.exe
--------------------------------------------------------------------------------
/OOP/inheritence.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/OOP/inheritence.exe
--------------------------------------------------------------------------------
/OOP/initial_sec.cpp:
--------------------------------------------------------------------------------
1 | #include
2 | using namespace std;
3 | class test{
4 |
5 | protected:
6 | int x , y;
7 | public:
8 | test(int m , int n): x(m+y), y(n+m){
9 |
10 | cout<<"value of x is:"<
2 | using namespace std;
3 | void reccur(int n){
4 | if (n==0){
5 | return ;
6 | }
7 | else{
8 | cout<< n << endl;
9 | reccur(n-1);
10 | }
11 | }
12 | int main()
13 | {
14 |
15 | int n=10;
16 | reccur(n);
17 | return 0;
18 | }
19 |
--------------------------------------------------------------------------------
/OOP/recc.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/OOP/recc.exe
--------------------------------------------------------------------------------
/OOP/template.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/OOP/template.exe
--------------------------------------------------------------------------------
/OOP/test.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/OOP/test.exe
--------------------------------------------------------------------------------
/OOP/this.cpp:
--------------------------------------------------------------------------------
1 | #include
2 | using namespace std;
3 | class test{
4 | public:
5 | int a;
6 | test &get (int a){
7 | (*this).a=a;
8 | return *this;
9 | }
10 | void showdata(){
11 | cout << "value of a is :"<< a << endl;
12 | }
13 | };
14 | int main()
15 | {
16 | test t1;
17 | t1.get(4).showdata();
18 | t1.showdata();
19 |
20 | return 0;
21 | }
22 |
--------------------------------------------------------------------------------
/OOP/this.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/OOP/this.exe
--------------------------------------------------------------------------------
/OOP/virtual.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/OOP/virtual.exe
--------------------------------------------------------------------------------
/PHP/FB Chatbot/m1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/PHP/FB Chatbot/m1.jpg
--------------------------------------------------------------------------------
/PYTHON/A star algorithm/README.md:
--------------------------------------------------------------------------------
1 | # A-Star-Visualized
2 | Implementation of the A* Algorithm using Python and then it's visualization using PyGame
3 |
--------------------------------------------------------------------------------
/PYTHON/A star algorithm/requirements.txt:
--------------------------------------------------------------------------------
1 | pygame
--------------------------------------------------------------------------------
/PYTHON/Adding Reversed Numbers.py:
--------------------------------------------------------------------------------
1 | n = int(input())
2 | ans = 0
3 | number = 0
4 | for i in range(n):
5 | a, b = map(int, input().split())
6 | A = int(str(a)[::-1]) # reverse
7 | B = int(str(b)[::-1]) # reverse
8 | ans = A + B
9 | number = int(str(ans)[::-1]) # reverse
10 | print(number)
11 |
--------------------------------------------------------------------------------
/PYTHON/Armstrong numbers.py:
--------------------------------------------------------------------------------
1 | num = 1634
2 |
3 | # Changed num variable to string,
4 | # and calculated the length (number of digits)
5 | order = len(str(num))
6 |
7 | # initialize sum
8 | sum = 0
9 |
10 | # find the sum of the cube of each digit
11 | temp = num
12 | while temp > 0:
13 | digit = temp % 10
14 | sum += digit ** order
15 | temp //= 10
16 |
17 | # display the result
18 | if num == sum:
19 | print(num,"is an Armstrong number")
20 | else:
21 | print(num,"is not an Armstrong number")
22 |
--------------------------------------------------------------------------------
/PYTHON/Armstrong.py:
--------------------------------------------------------------------------------
1 |
2 | # to check whether the given number is armstrong or not
3 | # without using power function
4 |
5 | n = 123 # or n=int(input()) -> taking input from user
6 | s = n # assigning input value to the s variable
7 | b = len(str(n))
8 | sum1 = 0
9 |
10 |
11 | while n != 0:
12 | r = n % 10
13 | sum1 = sum1+(r**b)
14 | n = n//10
15 | if s == sum1:
16 | print("The given number", s, "is armstrong number")
17 | else:
18 | print("The given number", s, "is not armstrong number")
19 |
20 |
21 |
--------------------------------------------------------------------------------
/PYTHON/Coinflip.py:
--------------------------------------------------------------------------------
1 | import random
2 |
3 | coin = random.randint(1, 2)
4 |
5 | if coin == 1:
6 | print("You landed on heads!")
7 | if coin == 2:
8 | print("You landed on tails!")
9 |
--------------------------------------------------------------------------------
/PYTHON/CoronaTracker/README.md:
--------------------------------------------------------------------------------
1 | # Covid-Tracker
2 | ## Overview
3 |
4 | This is a Python project that prvides us the Active, Dead and Discharge cases of COVID-19 from the website of MoHFW. The script scrapes the Ministry's website and gives us the needed real time information. I have used BeautifulSoup package to perform the actual web-scraping.
5 |
6 | ## Code by:
7 | - [Manisha Gupta](https://manisha069.github.io/)
8 |
--------------------------------------------------------------------------------
/PYTHON/CoronaTracker/bs4/__pycache__/__init__.cpython-38.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/PYTHON/CoronaTracker/bs4/__pycache__/__init__.cpython-38.pyc
--------------------------------------------------------------------------------
/PYTHON/CoronaTracker/bs4/__pycache__/__init__.cpython-39.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/PYTHON/CoronaTracker/bs4/__pycache__/__init__.cpython-39.pyc
--------------------------------------------------------------------------------
/PYTHON/CoronaTracker/bs4/__pycache__/dammit.cpython-38.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/PYTHON/CoronaTracker/bs4/__pycache__/dammit.cpython-38.pyc
--------------------------------------------------------------------------------
/PYTHON/CoronaTracker/bs4/__pycache__/dammit.cpython-39.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/PYTHON/CoronaTracker/bs4/__pycache__/dammit.cpython-39.pyc
--------------------------------------------------------------------------------
/PYTHON/CoronaTracker/bs4/__pycache__/element.cpython-38.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/PYTHON/CoronaTracker/bs4/__pycache__/element.cpython-38.pyc
--------------------------------------------------------------------------------
/PYTHON/CoronaTracker/bs4/__pycache__/element.cpython-39.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/PYTHON/CoronaTracker/bs4/__pycache__/element.cpython-39.pyc
--------------------------------------------------------------------------------
/PYTHON/CoronaTracker/bs4/builder/__pycache__/__init__.cpython-38.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/PYTHON/CoronaTracker/bs4/builder/__pycache__/__init__.cpython-38.pyc
--------------------------------------------------------------------------------
/PYTHON/CoronaTracker/bs4/builder/__pycache__/__init__.cpython-39.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/PYTHON/CoronaTracker/bs4/builder/__pycache__/__init__.cpython-39.pyc
--------------------------------------------------------------------------------
/PYTHON/CoronaTracker/bs4/builder/__pycache__/_html5lib.cpython-38.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/PYTHON/CoronaTracker/bs4/builder/__pycache__/_html5lib.cpython-38.pyc
--------------------------------------------------------------------------------
/PYTHON/CoronaTracker/bs4/builder/__pycache__/_html5lib.cpython-39.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/PYTHON/CoronaTracker/bs4/builder/__pycache__/_html5lib.cpython-39.pyc
--------------------------------------------------------------------------------
/PYTHON/CoronaTracker/bs4/builder/__pycache__/_htmlparser.cpython-38.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/PYTHON/CoronaTracker/bs4/builder/__pycache__/_htmlparser.cpython-38.pyc
--------------------------------------------------------------------------------
/PYTHON/CoronaTracker/bs4/builder/__pycache__/_htmlparser.cpython-39.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/PYTHON/CoronaTracker/bs4/builder/__pycache__/_htmlparser.cpython-39.pyc
--------------------------------------------------------------------------------
/PYTHON/CoronaTracker/bs4/builder/__pycache__/_lxml.cpython-38.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/PYTHON/CoronaTracker/bs4/builder/__pycache__/_lxml.cpython-38.pyc
--------------------------------------------------------------------------------
/PYTHON/CoronaTracker/bs4/builder/__pycache__/_lxml.cpython-39.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/PYTHON/CoronaTracker/bs4/builder/__pycache__/_lxml.cpython-39.pyc
--------------------------------------------------------------------------------
/PYTHON/CoronaTracker/bs4/tests/__init__.py:
--------------------------------------------------------------------------------
1 | "The beautifulsoup tests."
2 |
--------------------------------------------------------------------------------
/PYTHON/Kadane's algo.py:
--------------------------------------------------------------------------------
1 | a = [74,-72,94,-53,-59,-3,-66,36,-13,22,73,15,-52,75]
2 |
3 | def maxSubArraySum(a):
4 | current_sequence = 0
5 | best_sequence = a[0]
6 | for x in a:
7 | current_sequence = max(x,current_sequence+x)
8 | best_sequence = max(best_sequence,current_sequence)
9 | return best_sequence
10 |
11 | print("Largest sum contiguous subarray:",maxSubArraySum(a))
--------------------------------------------------------------------------------
/PYTHON/LCM.py:
--------------------------------------------------------------------------------
1 | # Python Program to find the L.C.M. of two input number
2 | # program by Manu M.R
3 |
4 | def compute_lcm(x, y):
5 |
6 | # choose the greater number
7 | if x > y:
8 | greater = x
9 | else:
10 | greater = y
11 |
12 | while(True):
13 | if((greater % x == 0) and (greater % y == 0)):
14 | lcm = greater
15 | break
16 | greater += 1
17 |
18 | return lcm
19 |
20 | num1 = 54
21 | num2 = 24
22 |
23 | print("The L.C.M. is", compute_lcm(num1, num2))
24 |
--------------------------------------------------------------------------------
/PYTHON/Matplotlib/DefaultX-Points.py:
--------------------------------------------------------------------------------
1 | import matplotlib.pyplot as plt
2 | import numpy as np
3 |
4 | # if we do not specify the pont on the x-axis they will get the default values 0,1,2,3,..etc
5 |
6 | yaxis=np.array([3,1,17,10,5,7])
7 | plt.plot(yaxis)
8 | plt.show()
9 |
--------------------------------------------------------------------------------
/PYTHON/Newton's Quest: Unlock the Alien Ship:
--------------------------------------------------------------------------------
1 | a,b,c=map(int,input().split())
2 | add = a*pow(2,2) + b*pow(2,1) + c
3 | if add==1 or add==2 or add==4:
4 | print("Yes! Ship Unlocked.")
5 | else:
6 | print("No! Better luck next time.")
7 |
--------------------------------------------------------------------------------
/PYTHON/Nokia Decryption/nokia_decypher.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/PYTHON/Nokia Decryption/nokia_decypher.py
--------------------------------------------------------------------------------
/PYTHON/Nokia Decryption/sms1.txt:
--------------------------------------------------------------------------------
1 | date: 1999-11-23 03:01:10
2 | to: 00611015550117
3 | text: rudolf where are you brrr
4 |
--------------------------------------------------------------------------------
/PYTHON/Nokia Decryption/sms2.txt:
--------------------------------------------------------------------------------
1 | date: 1999-11-23 03:04:11
2 | to: 00611015550117
3 | text: its too damn cold here and im out of eggnog lul
4 |
--------------------------------------------------------------------------------
/PYTHON/Nokia Decryption/sms3.txt:
--------------------------------------------------------------------------------
1 | date: 1999-11-23 03:06:39
2 | to: 00611015550117
3 | text: sorry bout my last 2msg but i could really need your help bud :*
4 |
--------------------------------------------------------------------------------
/PYTHON/Prime_in_range.py:
--------------------------------------------------------------------------------
1 | def print_primes_in_range(A, B):
2 | for number in range(A,B+1):
3 |
4 | if number<=1:
5 | print("",end="")
6 | else:
7 | for j in range(2,int(number**0.5+1)):
8 | if number%j ==0:
9 | break
10 | else:
11 | print(number, end=" ")
12 |
--------------------------------------------------------------------------------
/PYTHON/Quiz.py:
--------------------------------------------------------------------------------
1 | #Program of a quiz.
2 | print("Make sure to use capital letters before nouns.")
3 | b=input("Who is the prime minister of India?: ")
4 | m=0
5 | a="Narendra Modi"
6 | if b==a:
7 | print("Correct")
8 | m=0+1
9 | else:
10 | print("Incorrect")
11 | m=m-1
12 |
13 | n=input("President of India: ")
14 | c="Ramnath Kovind"
15 | if n==c :
16 | print("Correct")
17 | n=m+1
18 | else :
19 | print("Incorrect")
20 | n=m-1
21 | print("Your mark out of 2 is ",n)
22 |
--------------------------------------------------------------------------------
/PYTHON/SMS Bomber/sms.py:
--------------------------------------------------------------------------------
1 | import pyautogui as pg
2 | import time
3 |
4 | time.sleep(10)
5 | for i in range(5):
6 | pg.write(" Your all data has been encrypted...\n")
7 | pg.write("You are Hacked....")
8 | pg.press('enter')
--------------------------------------------------------------------------------
/PYTHON/Triangle area.py:
--------------------------------------------------------------------------------
1 | # Sides of the triangle is a, b and c:
2 | a = float(input('Enter first side: '))
3 | b = float(input('Enter second side: '))
4 | c = float(input('Enter third side: '))
5 |
6 | # calculate the semi-perimeter
7 | s = (a + b + c) / 2
8 |
9 | # calculate the area
10 | area = (s*(s-a)*(s-b)*(s-c)) ** 0.5
11 | print('The area of the triangle is %0.2f' %area)
--------------------------------------------------------------------------------
/PYTHON/area calulator.py:
--------------------------------------------------------------------------------
1 | width = 45
2 | height = 81
3 | area = width*height
4 | print(area)
5 |
--------------------------------------------------------------------------------
/PYTHON/arrangecoins.py:
--------------------------------------------------------------------------------
1 | def arrangeCoins(n):
2 | left, right = 0, n
3 | while left <= right:
4 | k = left + (right - left) // 2
5 | curr = k * (k + 1) // 2
6 | if curr == n:
7 | return k
8 | if curr > n:
9 | right = k - 1
10 | else:
11 | left = k + 1
12 | return right
13 |
14 | n = int(input("Enter the number of coins: "))
15 | result = arrangeCoins(n)
16 | print("The number of full staircases that can be arranged with", n, "coins:", result)
17 |
--------------------------------------------------------------------------------
/PYTHON/feet to cm.py:
--------------------------------------------------------------------------------
1 | feet = 6
2 | inches = 3
3 | cm = 30*feet + 3*inches
4 | print(cm)
5 |
--------------------------------------------------------------------------------
/PYTHON/fibonacci series/Fibonacci Numbers Less Than N.py:
--------------------------------------------------------------------------------
1 | N = int(input())
2 | n = []
3 | b = []
4 | n1,n2 = 0,1
5 | while n2 None:
5 | """
6 | Do not return anything, modify nums in-place instead.
7 | """
8 | x=[]
9 | for i in nums:
10 | if i != 0:
11 | x.append(i)
12 | for i in range(nums.count(0)):
13 | x.append(0)
14 | for i in range(len(nums)):
15 | nums[i]=int(x[i])
16 |
--------------------------------------------------------------------------------
/PYTHON/notification.py:
--------------------------------------------------------------------------------
1 | import time
2 | from plyer import notification
3 |
4 | t = input("Enter title for your notification")
5 | msg = input("Enter message for your notification")
6 | delay = int(input("Enter time after which you want to be reminded!"))
7 |
8 | while True:
9 | notification.notify(
10 | title = t,
11 | message = msg,
12 | timeout = delay
13 |
14 | )
15 | time.sleep(5)
16 |
--------------------------------------------------------------------------------
/PYTHON/odd or even.py:
--------------------------------------------------------------------------------
1 | #Program to determine wether a number is odd or even.
2 | n= int(input("ENTER A NUMBER: "))
3 | if n%2==0: print(n,"IS AN EVEN NUMBER.")
4 | else : print(n,"IS AN ODD NUMBER.")
5 |
--------------------------------------------------------------------------------
/PYTHON/prime.py:
--------------------------------------------------------------------------------
1 | num = int(input("Enter a number: "))
2 |
3 | flag = False
4 |
5 | if num > 1:
6 | for i in range(2, num):
7 | if (num % i) == 0:
8 | flag = True
9 | break
10 |
11 | if flag:
12 | print(num, "is not a prime number")
13 | else:
14 | print(num, "is a prime number")
--------------------------------------------------------------------------------
/PYTHON/qr_generator.py:
--------------------------------------------------------------------------------
1 | #importing module which needs to be installed,it does not come pre installed with python
2 | import pyqrcode
3 |
4 | # get user input to create a QR Code.
5 | data = input("Enter the text or link to generate QR code: ")
6 |
7 | # creating QR Code
8 | qr = pyqrcode.create(data)
9 |
10 | # qr code is not diectly visible,exporting it into a file,keeping scale parameter 8
11 | qr.svg('qr_code.svg', scale = 8)
12 |
13 |
14 |
--------------------------------------------------------------------------------
/PYTHON/reverse_string.py:
--------------------------------------------------------------------------------
1 | # Python code to reverse a string
2 | # using loop
3 |
4 | def reverse(s):
5 | str = ""
6 | for i in s:
7 | str = i + str
8 | return str
9 |
10 | s = "hacktoberfest"
11 |
12 | print ("The original string is : ",end="")
13 | print (s)
14 |
15 | print ("The reversed string(using loops) is : ",end="")
16 | print (reverse(s))
17 |
--------------------------------------------------------------------------------
/PYTHON/search.py:
--------------------------------------------------------------------------------
1 |
2 | def search(list,n):
3 |
4 | for i in range(len(list)):
5 | if list[i] == n:
6 | return True
7 | return False
8 |
9 | # list
10 | list = [1, 2, 'apple', 4,'Grapes', 6]
11 |
12 | # Driver Code
13 | n = 'Grapes'
14 |
15 | if search(list, n):
16 | print("Found")
17 | else:
18 | print("Not Found")
19 |
--------------------------------------------------------------------------------
/PYTHON/serch.py:
--------------------------------------------------------------------------------
1 | try:
2 | from googlesearch import search
3 | except ImportError:
4 | print("No module named 'google' found")
5 |
6 | # to search
7 | query = "hacktoberfest"
8 |
9 | for j in search(query, tld="co.in", num=10, stop=10, pause=2):
10 | print(j)
11 |
--------------------------------------------------------------------------------
/PYTHON/simple_hash.py:
--------------------------------------------------------------------------------
1 | import hashlib
2 |
3 | string = "hash"
4 |
5 | md5 = hashlib.md5(string.encode())
6 |
7 | print md5.hexdigest()
8 |
--------------------------------------------------------------------------------
/PYTHON/starPattern.py:
--------------------------------------------------------------------------------
1 | row = int(input("Enter number of rows: "))
2 |
3 | print("Generated Hourglass Pattern is: ")
4 |
5 | for i in range(row, 0, -1):
6 | for j in range(row-i):
7 | print(" ", end="")
8 | for j in range(1, 2*i):
9 | print("*", end="")
10 | print()
11 |
12 | for i in range(2, row+1):
13 | for j in range(row-i):
14 | print(" ", end="")
15 | for j in range(1, 2*i):
16 | print("*", end="")
17 | print()
--------------------------------------------------------------------------------
/PYTHON/swap_case.py:
--------------------------------------------------------------------------------
1 | def swap_case(s):
2 | res=''
3 | for letter in s:
4 | if(letter.islower()):
5 | res=res+letter.upper()
6 | else:
7 | res=res+letter.lower()
8 | return res
9 |
--------------------------------------------------------------------------------
/PYTHON/temperature_converter.py:
--------------------------------------------------------------------------------
1 | temp = input("Input the temperature you would like to convert? (e.g. 45F, 102C etc.) : ")
2 | degree = int(temp[:-1])
3 | input = temp[-1]
4 |
5 | if input.upper() == "C":
6 | result = int(round((9 * degree) / 5 + 32))
7 | output = "Fahrenheit"
8 | elif input.upper() == "F":
9 | result = int(round((degree - 32) * 5 / 9))
10 | output = "Celsius"
11 | else:
12 | print("Input proper convention of temperature.")
13 | quit()
14 | print("The temperature in", output, "is", result, "degrees.")
--------------------------------------------------------------------------------
/PYTHON/turtle graphics/spiral.py:
--------------------------------------------------------------------------------
1 | import turtle as t
2 | import time as ti
3 | from itertools import cycle
4 |
5 | colors = cycle(['red','orange','yellow','blue','green','purple'])
6 |
7 | def draw_circle(size,angle,shift):
8 | t.pencolor(next(colors))
9 | t.circle(size)
10 | t.right(angle)
11 | t.forward(shift)
12 | draw_circle(size + 5,angle+1,shift+1)
13 |
14 | t.bgcolor('black')
15 | t.speed('fast')
16 | t.pensize(4)
17 |
18 | draw_circle(30,0,1)
19 |
20 | ti.sleep(3)
21 | t.hideturtle()
--------------------------------------------------------------------------------
/Perfect number or not:
--------------------------------------------------------------------------------
1 | def checkPerfectNumber(num):
2 | sum_n=0
3 | for d in range(1,n):
4 | if n%d==0:
5 | sum_n+=d
6 | if sum_n==n:
7 | return True
8 | else:
9 | return False
10 |
--------------------------------------------------------------------------------
/Power Calculator.py:
--------------------------------------------------------------------------------
1 | base = input("What is your base number(no fractions, only decimals): ")
2 | exp = input("What is your exponent(whole numbers only): ")
3 | total = 0
4 |
5 | base = float(base)
6 | exp = int(exp)
7 | total = float(total)
8 |
9 | total = base
10 |
11 | while exp != 1:
12 | total = total*base
13 | exp = exp - 1
14 |
15 | print(total)
16 |
--------------------------------------------------------------------------------
/ReactJS/react-timeline/.gitignore:
--------------------------------------------------------------------------------
1 | # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2 |
3 | # dependencies
4 | /node_modules
5 | /.pnp
6 | .pnp.js
7 |
8 | # testing
9 | /coverage
10 |
11 | # production
12 | /build
13 |
14 | # misc
15 | .DS_Store
16 | .env.local
17 | .env.development.local
18 | .env.test.local
19 | .env.production.local
20 |
21 | npm-debug.log*
22 | yarn-debug.log*
23 | yarn-error.log*
24 |
--------------------------------------------------------------------------------
/ReactJS/react-timeline/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/ReactJS/react-timeline/public/favicon.ico
--------------------------------------------------------------------------------
/ReactJS/react-timeline/public/logo192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/ReactJS/react-timeline/public/logo192.png
--------------------------------------------------------------------------------
/ReactJS/react-timeline/public/logo512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/ReactJS/react-timeline/public/logo512.png
--------------------------------------------------------------------------------
/ReactJS/react-timeline/public/robots.txt:
--------------------------------------------------------------------------------
1 | # https://www.robotstxt.org/robotstxt.html
2 | User-agent: *
3 | Disallow:
4 |
--------------------------------------------------------------------------------
/ReactJS/react-timeline/src/index.js:
--------------------------------------------------------------------------------
1 | import React from "react";
2 | import ReactDOM from "react-dom";
3 | import App from "./App";
4 |
5 | ReactDOM.render(
6 |
7 |
8 | ,
9 | document.getElementById("root")
10 | );
--------------------------------------------------------------------------------
/SWIFT/TableView-pagination-loader/README.md:
--------------------------------------------------------------------------------
1 | # TableView-pagination-loader
2 | ## Usage
3 | ``` swift
4 | tableview.showLoader()
5 | tableview.hideLoader()
6 | ```
7 |
--------------------------------------------------------------------------------
/Swap First or Second:
--------------------------------------------------------------------------------
1 | def length(N):
2 | count=0
3 | while N > 0:
4 | N//=10
5 | count+=1
6 | return count
7 |
8 | def swap_first_two_digits(N):
9 | l=length(N)
10 | digit1 = N // 10**(l-1)
11 | x = N // 10**(l-2)
12 | digit2 = x%10
13 | swapc=digit1
14 | digit1=digit2
15 | digit2=swapc
16 | result=digit1*(10**(l-1))+digit2*(10**(l-2))+(N%(10**(l-2)))
17 |
18 | return result
19 |
--------------------------------------------------------------------------------
/TemperatureConvert.java:
--------------------------------------------------------------------------------
1 | import java.io.*;
2 |
3 | public class TemperatureConvert
4 | {
5 |
6 | public static void main(String[] args) throws IOException
7 | {
8 | BufferedReader br = new BufferedReader (new InputStreamReader(System.in));
9 |
10 | System.out.print("Enter temperature in Fahrenheit: ");
11 | float F =Float.parseFloat(br.readLine());
12 |
13 | float C = (F - 32) * (9 / 5);
14 |
15 | System.out.println( "Temperature in Celsius:"+C);
16 |
17 | }
18 | }
--------------------------------------------------------------------------------
/costructor.cpp:
--------------------------------------------------------------------------------
1 | class MyClass { // The class
2 | public: // Access specifier
3 | MyClass() { // Constructor
4 | cout << "Hello World!";
5 | }
6 | };
7 |
8 | int main() {
9 | MyClass myObj; // Create an object of MyClass (this will call the constructor)
10 | return 0;
11 | }
12 |
--------------------------------------------------------------------------------
/data structure/.vscode/settings.json:
--------------------------------------------------------------------------------
1 | {
2 | "files.associations": {
3 | "iostream": "cpp"
4 | }
5 | }
--------------------------------------------------------------------------------
/data structure/1dto2d.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/data structure/1dto2d.exe
--------------------------------------------------------------------------------
/data structure/2dti1d.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/data structure/2dti1d.exe
--------------------------------------------------------------------------------
/data structure/DEQueue.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/data structure/DEQueue.exe
--------------------------------------------------------------------------------
/data structure/armstrng.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Shubhamrawat5/open-source-contribution/90f1a9d78270409041eb253b2e176f1e629729aa/data structure/armstrng.exe
--------------------------------------------------------------------------------
/data structure/array.cpp:
--------------------------------------------------------------------------------
1 | #include
2 | using namespace std;
3 |
4 | class number {
5 | public:
6 | int x, y;
7 |
8 | void input(int a ,int b){
9 | x=a;
10 | y=b;
11 | }
12 | number operation(number n1 , number n2){
13 | number n3;
14 | n3.x=n1.x+n2.x;
15 | n3.y=n1.y+n2.y;
16 | return n3;
17 | }
18 |
19 | };
20 | int main()
21 | {
22 |
23 | number n1, n2 , n3;
24 | n1.input(1,2);
25 | n2.input(2,3);
26 | n3=n2.operation(n1,n2);
27 | cout <
2 | int fabo(int n){
3 | if (n==1 ){
4 | return 0;
5 | }
6 | else if (n==2){
7 | return 1;
8 |
9 | }
10 | else {
11 | return fabo(n-1)+fabo(n-2);
12 | }
13 | }
14 | using namespace std;
15 | int main()
16 | {
17 | int num=10;
18 |
19 | for (int i = 1; i <=num; i++)
20 | {
21 | cout<
2 | using namespace std;
3 |
4 | int visited[4]={0,0,0,0};
5 | int a[4][4]={
6 | {0,1,0,1},
7 | {1,0,0,0},
8 | {0,1,0,0},
9 | {0,0,1,0}
10 |
11 |
12 | };
13 |
14 | void dfs(int i){
15 | visited[i]=1;
16 | cout<
2 | using namespace std;
3 | class number {
4 | int x;
5 | public:
6 | void input(int a){
7 | x=a;
8 | }
9 |
10 | void operator ++ (){
11 | x+=5;
12 | cout<<"Value of x after update:"<
2 | #include
3 | using namespace std;
4 | char isplain(int str[]){
5 |
6 | while (i
2 | using namespace std;
3 |
4 | template T add (T &a , T &b){
5 |
6 |
7 | T sum;
8 | sum =a+b;
9 | cout<<"sum is:"<
2 | using namespace std;
3 |
4 | class test{
5 |
6 | int x,y;
7 | void sum(int a , int b){
8 | cout<<"sum is :"<
2 | using namespace std;
3 |
4 | int main() {
5 | cout << "Hello World!";
6 | return 0;
7 | }
8 |
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Just - Practice
7 |
8 |
9 | This is just for practice!
10 |
11 |
--------------------------------------------------------------------------------
/insertionsort.cpp:
--------------------------------------------------------------------------------
1 | For I = 1 to n-1
2 |
3 | Key = a[I]
4 |
5 | J = I - 1
6 |
7 | While J>=0 and a[J] > Key
8 |
9 | Set a[J+1] = a[J]
10 |
11 | J = J - 1
12 |
13 | a[J+1] = Key
14 |
--------------------------------------------------------------------------------
/largst_number_in_array.js:
--------------------------------------------------------------------------------
1 | function largestOfFour(arr) {
2 | let array = [];
3 | for (let i=0;i larg){
7 | larg = arr[i][j];
8 | }
9 | }
10 | array[i] = larg;
11 | }
12 | return array;
13 | }
14 |
--------------------------------------------------------------------------------
/node_modules/.bin/loose-envify:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 |
4 | case `uname` in
5 | *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
6 | esac
7 |
8 | if [ -x "$basedir/node" ]; then
9 | "$basedir/node" "$basedir/../loose-envify/cli.js" "$@"
10 | ret=$?
11 | else
12 | node "$basedir/../loose-envify/cli.js" "$@"
13 | ret=$?
14 | fi
15 | exit $ret
16 |
--------------------------------------------------------------------------------
/node_modules/.bin/loose-envify.cmd:
--------------------------------------------------------------------------------
1 | @ECHO off
2 | SETLOCAL
3 | CALL :find_dp0
4 |
5 | IF EXIST "%dp0%\node.exe" (
6 | SET "_prog=%dp0%\node.exe"
7 | ) ELSE (
8 | SET "_prog=node"
9 | SET PATHEXT=%PATHEXT:;.JS;=;%
10 | )
11 |
12 | "%_prog%" "%dp0%\..\loose-envify\cli.js" %*
13 | ENDLOCAL
14 | EXIT /b %errorlevel%
15 | :find_dp0
16 | SET dp0=%~dp0
17 | EXIT /b
18 |
--------------------------------------------------------------------------------
/node_modules/loose-envify/cli.js:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env node
2 | 'use strict';
3 |
4 | var looseEnvify = require('./');
5 | var fs = require('fs');
6 |
7 | if (process.argv[2]) {
8 | fs.createReadStream(process.argv[2], {encoding: 'utf8'})
9 | .pipe(looseEnvify(process.argv[2]))
10 | .pipe(process.stdout);
11 | } else {
12 | process.stdin.resume()
13 | process.stdin
14 | .pipe(looseEnvify(__filename))
15 | .pipe(process.stdout);
16 | }
17 |
--------------------------------------------------------------------------------
/node_modules/loose-envify/custom.js:
--------------------------------------------------------------------------------
1 | // envify compatibility
2 | 'use strict';
3 |
4 | module.exports = require('./loose-envify');
5 |
--------------------------------------------------------------------------------
/node_modules/loose-envify/index.js:
--------------------------------------------------------------------------------
1 | 'use strict';
2 |
3 | module.exports = require('./loose-envify')(process.env);
4 |
--------------------------------------------------------------------------------
/node_modules/prop-types/lib/ReactPropTypesSecret.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2013-present, Facebook, Inc.
3 | *
4 | * This source code is licensed under the MIT license found in the
5 | * LICENSE file in the root directory of this source tree.
6 | */
7 |
8 | 'use strict';
9 |
10 | var ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';
11 |
12 | module.exports = ReactPropTypesSecret;
13 |
--------------------------------------------------------------------------------
/node_modules/react-is/build-info.json:
--------------------------------------------------------------------------------
1 | {
2 | "branch": "pull/18344",
3 | "buildNumber": "106499",
4 | "checksum": "7fe5a2e",
5 | "commit": "da834083c",
6 | "environment": "ci",
7 | "reactVersion": "16.12.0-da834083c"
8 | }
9 |
--------------------------------------------------------------------------------
/node_modules/react-is/index.js:
--------------------------------------------------------------------------------
1 | 'use strict';
2 |
3 | if (process.env.NODE_ENV === 'production') {
4 | module.exports = require('./cjs/react-is.production.min.js');
5 | } else {
6 | module.exports = require('./cjs/react-is.development.js');
7 | }
8 |
--------------------------------------------------------------------------------
/node_modules/unquote/.npmignore:
--------------------------------------------------------------------------------
1 | node_modules
2 | test
3 |
--------------------------------------------------------------------------------
/node_modules/unquote/index.js:
--------------------------------------------------------------------------------
1 | var reg = /[\'\"]/
2 |
3 | module.exports = function unquote(str) {
4 | if (!str) {
5 | return ''
6 | }
7 | if (reg.test(str.charAt(0))) {
8 | str = str.substr(1)
9 | }
10 | if (reg.test(str.charAt(str.length - 1))) {
11 | str = str.substr(0, str.length - 1)
12 | }
13 | return str
14 | }
15 |
--------------------------------------------------------------------------------
/objects.cpp:
--------------------------------------------------------------------------------
1 | class MyClass { // The class
2 | public: // Access specifier
3 | int myNum; // Attribute (int variable)
4 | string myString; // Attribute (string variable)
5 | };
6 |
7 | int main() {
8 | MyClass myObj; // Create an object of MyClass
9 |
10 | // Access attributes and set values
11 | myObj.myNum = 15;
12 | myObj.myString = "Some text";
13 |
14 | // Print attribute values
15 | cout << myObj.myNum << "\n";
16 | cout << myObj.myString;
17 | return 0;
18 | }
19 |
--------------------------------------------------------------------------------
/open-source-contribution.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/palindrome.py:
--------------------------------------------------------------------------------
1 | def isPalindrome(N):
2 | n1=N
3 | n2=0
4 | while N>0:
5 | r=N%10
6 | n2= n2*10+r
7 | N=N//10
8 | if n1==n2:
9 | return True
10 | else:
11 | return False
--------------------------------------------------------------------------------