Skip to content

Kavya-24/Snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


PRs Welcome GitHub pull requests GitHub issues

Project Tree Structure πŸ“


Snippets
β”‚   CODE_OF_CONDUCT.md
β”‚   CONTRIBUTING.md
β”‚   README.md
β”‚
β”œβ”€β”€β”€.github
β”‚       PULL_REQUEST_TEMPLATE.md
β”‚
β”œβ”€β”€β”€Algorithms
β”‚   β”‚   AVL TREES.txt
β”‚   β”‚   bresenham.py
β”‚   β”‚   Disjoint sets.txt
β”‚   β”‚   GreatCircleDistance.py
β”‚   β”‚   huffman-code.c
β”‚   β”‚   Kadane Algorithm.txt
β”‚   β”‚   KadaneAlgorithm.java
β”‚   β”‚   Krushals Min Cost Spanning Tree.txt
β”‚   β”‚   Overview.txt
β”‚   β”‚   Prefix Sum Algorithm.txt
β”‚   β”‚   Prim Min Spanning Tree.txt
β”‚   β”‚   SieveofEratosthenes_Algorithm.cpp
β”‚   β”‚   tic_tac_toe_game.cpp
β”‚   β”‚   Tower of Hanoi Recursion.txt
β”‚   β”‚   Trailingzeros.java
β”‚   β”‚
β”‚   β”œβ”€β”€β”€2Pointer Algorithm
β”‚   β”‚       pairSum.cpp
β”‚   β”‚
β”‚   β”œβ”€β”€β”€Dynamic Programming
β”‚   β”‚       01KnapsackProblem.cpp
β”‚   β”‚       EditDistance.cpp
β”‚   β”‚       LongestAlternatingSubsequence
β”‚   β”‚       Minimum number of jumps.cpp
β”‚   β”‚
β”‚   β”œβ”€β”€β”€Hash
β”‚   β”‚       DoubleHashingC++.txt
β”‚   β”‚       Hash Table Class Chaining.txt
β”‚   β”‚       Hash Table Quadratic Probing.txt
β”‚   β”‚       HashTableLinearProbingC++.txt
β”‚   β”‚
β”‚   β”œβ”€β”€β”€Mathematical Algorithms
β”‚   β”‚       Lucky Numbers
β”‚   β”‚
β”‚   β”œβ”€β”€β”€Searching
β”‚   β”‚       Binary Search
β”‚   β”‚       Breadth First Search.txt
β”‚   β”‚       Depth First Search.txt
β”‚   β”‚       frequencyOf1.cpp
β”‚   β”‚       KMP algorithm.cpp
β”‚   β”‚       LinearSearch.cpp
β”‚   β”‚       matrixSearch.cpp
β”‚   β”‚       maximumInBitonic.cpp
β”‚   β”‚       Quicksort.java
β”‚   β”‚
β”‚   └───Sorting Algorithms
β”‚       β”œβ”€β”€β”€cpp
β”‚       β”‚       bogo_Sort.cpp
β”‚       β”‚       Bubble_Sorting.cpp
β”‚       β”‚       daa_topological sorting.cpp
β”‚       β”‚       heapSort.cpp
β”‚       β”‚       InsertionSort.cpp
β”‚       β”‚       IntersectionOfTwoSortedArrays.cpp
β”‚       β”‚       mergeSort.cpp
β”‚       β”‚       quickSort.cpp
β”‚       β”‚
β”‚       β”œβ”€β”€β”€java
β”‚       β”‚       BogoSort.java
β”‚       β”‚       CyclicSort.java
β”‚       β”‚       Insertion_Sort.java
β”‚       β”‚       SleepSort.java
β”‚       β”‚       SlowSort.java
β”‚       β”‚
β”‚       └───python
β”‚               insertion_Sort.py
β”‚               SlowSort.py
β”‚
β”œβ”€β”€β”€Android
β”‚   β”‚   appContext.kt
β”‚   β”‚   checkNetworkConnection.kt
β”‚   β”‚   initNavDrawer.kt
β”‚   β”‚   LoginScreen.xml
β”‚   β”‚   Overview.txt
β”‚   β”‚   recyclerViewAdapter.kt
β”‚   β”‚   RetrofitClient.kt
β”‚   β”‚   rvItemAnimator.kt
β”‚   β”‚   shareBitmapImage.kt
β”‚   β”‚   ThrowableErrorStatesRetrofit.kt
β”‚   β”‚
β”‚   β”œβ”€β”€β”€CaveMan
β”‚   β”‚   β”‚   .gitignore
β”‚   β”‚   β”‚   build.gradle
β”‚   β”‚   β”‚   gradle.properties
β”‚   β”‚   β”‚   gradlew
β”‚   β”‚   β”‚   gradlew.bat
β”‚   β”‚   β”‚   README.md
β”‚   β”‚   β”‚   SCORE.db
β”‚   β”‚   β”‚   settings.gradle
β”‚   β”‚   β”‚
β”‚   β”‚   β”œβ”€β”€β”€.idea
β”‚   β”‚   β”‚       .gitignore
β”‚   β”‚   β”‚       compiler.xml
β”‚   β”‚   β”‚       encodings.xml
β”‚   β”‚   β”‚       gradle.xml
β”‚   β”‚   β”‚       jarRepositories.xml
β”‚   β”‚   β”‚       misc.xml
β”‚   β”‚   β”‚       runConfigurations.xml
β”‚   β”‚   β”‚       vcs.xml
β”‚   β”‚   β”‚
β”‚   β”‚   β”œβ”€β”€β”€app
β”‚   β”‚   β”‚   β”‚   .gitignore
β”‚   β”‚   β”‚   β”‚   build.gradle
β”‚   β”‚   β”‚   β”‚   google-services.json
β”‚   β”‚   β”‚   β”‚   proguard-rules.pro
β”‚   β”‚   β”‚   β”‚
β”‚   β”‚   β”‚   └───src
β”‚   β”‚   β”‚       β”œβ”€β”€β”€androidTest
β”‚   β”‚   β”‚       β”‚   └───java
β”‚   β”‚   β”‚       β”‚       └───com
β”‚   β”‚   β”‚       β”‚           └───example
β”‚   β”‚   β”‚       β”‚               └───caveman
β”‚   β”‚   β”‚       β”‚                       ExampleInstrumentedTest.java
β”‚   β”‚   β”‚       β”‚
β”‚   β”‚   β”‚       β”œβ”€β”€β”€main
β”‚   β”‚   β”‚       β”‚   β”‚   AndroidManifest.xml
β”‚   β”‚   β”‚       β”‚   β”‚
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€β”€java
β”‚   β”‚   β”‚       β”‚   β”‚   └───com
β”‚   β”‚   β”‚       β”‚   β”‚       └───example
β”‚   β”‚   β”‚       β”‚   β”‚           └───caveman
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚   CreditsActivity.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚   Fire.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚   FullScreenImageDraw.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚   GameActivity.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚   GameBackground.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚   GameRenderer.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚   GameView.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚   HelpActivity.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚   HighscoresActivity.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚   IActivity.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚   LevelFinishImage.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚   LevelParser.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚   LevelSelect.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚   MainActivity.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚   OptionsActivity.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚   Pipe.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚   PlayerModel.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚   ScoreDB.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚   SplashScreenActivity.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚   TextureLoader.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚   UserInteract.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚
β”‚   β”‚   β”‚       β”‚   β”‚               β”œβ”€β”€β”€enemies
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚       BasicEnemy.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚       BonusEnemy.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚       FireEnemy.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚       JumpingEnemy.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚       SimpleEnemy.java
β”‚   β”‚   β”‚       β”‚   β”‚               β”‚
β”‚   β”‚   β”‚       β”‚   β”‚               └───hero
β”‚   β”‚   β”‚       β”‚   β”‚                       Hero.java
β”‚   β”‚   β”‚       β”‚   β”‚                       WeaponHandler.java
β”‚   β”‚   β”‚       β”‚   β”‚
β”‚   β”‚   β”‚       β”‚   └───res
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€β”€anim
β”‚   β”‚   β”‚       β”‚       β”‚       blink.xml
β”‚   β”‚   β”‚       β”‚       β”‚       bounce.xml
β”‚   β”‚   β”‚       β”‚       β”‚       clicked.xml
β”‚   β”‚   β”‚       β”‚       β”‚       credits_animation.xml
β”‚   β”‚   β”‚       β”‚       β”‚       fade_in.xml
β”‚   β”‚   β”‚       β”‚       β”‚       fade_out.xml
β”‚   β”‚   β”‚       β”‚       β”‚       move.xml
β”‚   β”‚   β”‚       β”‚       β”‚       rotate.xml
β”‚   β”‚   β”‚       β”‚       β”‚       sequential.xml
β”‚   β”‚   β”‚       β”‚       β”‚       slide_down.xml
β”‚   β”‚   β”‚       β”‚       β”‚       slide_up.xml
β”‚   β”‚   β”‚       β”‚       β”‚
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€β”€anim-v4
β”‚   β”‚   β”‚       β”‚       β”‚       slide_up.xml
β”‚   β”‚   β”‚       β”‚       β”‚
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€β”€anim-v8
β”‚   β”‚   β”‚       β”‚       β”‚       rotate.xml
β”‚   β”‚   β”‚       β”‚       β”‚       sequential.xml
β”‚   β”‚   β”‚       β”‚       β”‚
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€β”€drawable
β”‚   β”‚   β”‚       β”‚       β”‚       .directory
β”‚   β”‚   β”‚       β”‚       β”‚       about1.jpg
β”‚   β”‚   β”‚       β”‚       β”‚       about_checked.png
β”‚   β”‚   β”‚       β”‚       β”‚       about_unchecked.png
β”‚   β”‚   β”‚       β”‚       β”‚       androidcave.png
β”‚   β”‚   β”‚       β”‚       β”‚       arrow.png
β”‚   β”‚   β”‚       β”‚       β”‚       arrow1.png
β”‚   β”‚   β”‚       β”‚       β”‚       axe.png
β”‚   β”‚   β”‚       β”‚       β”‚       axe_test2.png
β”‚   β”‚   β”‚       β”‚       β”‚       bad_feedback.png
β”‚   β”‚   β”‚       β”‚       β”‚       bg.png
β”‚   β”‚   β”‚       β”‚       β”‚       bonus_enemy.png
β”‚   β”‚   β”‚       β”‚       β”‚       caveman.png
β”‚   β”‚   β”‚       β”‚       β”‚       click_button_checked.png
β”‚   β”‚   β”‚       β”‚       β”‚       click_button_unchecked.png
β”‚   β”‚   β”‚       β”‚       β”‚       credits1.png
β”‚   β”‚   β”‚       β”‚       β”‚       creditsmusic_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       credits_checked.png
β”‚   β”‚   β”‚       β”‚       β”‚       credits_unchecked.png
β”‚   β”‚   β”‚       β”‚       β”‚       fire.png
β”‚   β”‚   β”‚       β”‚       β”‚       fire_enemy.png
β”‚   β”‚   β”‚       β”‚       β”‚       follow_button_checked.png
β”‚   β”‚   β”‚       β”‚       β”‚       follow_button_unchecked.png
β”‚   β”‚   β”‚       β”‚       β”‚       game_image.png
β”‚   β”‚   β”‚       β”‚       β”‚       game_over.png
β”‚   β”‚   β”‚       β”‚       β”‚       good_feedback.png
β”‚   β”‚   β”‚       β”‚       β”‚       help1.png
β”‚   β”‚   β”‚       β”‚       β”‚       helpmusic_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       help_checked.png
β”‚   β”‚   β”‚       β”‚       β”‚       help_unchecked.png
β”‚   β”‚   β”‚       β”‚       β”‚       highmusicbutton_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       highscore1.png
β”‚   β”‚   β”‚       β”‚       β”‚       high_checked.png
β”‚   β”‚   β”‚       β”‚       β”‚       high_unchecked.png
β”‚   β”‚   β”‚       β”‚       β”‚       ic_launcher_background.xml
β”‚   β”‚   β”‚       β”‚       β”‚       ic_music_off.xml
β”‚   β”‚   β”‚       β”‚       β”‚       ic_music_on.xml
β”‚   β”‚   β”‚       β”‚       β”‚       i_button_checked.png
β”‚   β”‚   β”‚       β”‚       β”‚       i_button_unchecked.png
β”‚   β”‚   β”‚       β”‚       β”‚       jump_enemy.png
β”‚   β”‚   β”‚       β”‚       β”‚       level1.png
β”‚   β”‚   β”‚       β”‚       β”‚       lvlbg1.png
β”‚   β”‚   β”‚       β”‚       β”‚       lvlbg2.png
β”‚   β”‚   β”‚       β”‚       β”‚       lvlbg3.png
β”‚   β”‚   β”‚       β”‚       β”‚       lvlbg4.png
β”‚   β”‚   β”‚       β”‚       β”‚       lvlbg5.png
β”‚   β”‚   β”‚       β”‚       β”‚       lvlbg6.png
β”‚   β”‚   β”‚       β”‚       β”‚       lvlbgclick1.png
β”‚   β”‚   β”‚       β”‚       β”‚       lvlbgclick2.png
β”‚   β”‚   β”‚       β”‚       β”‚       lvlbgclick3.png
β”‚   β”‚   β”‚       β”‚       β”‚       lvlbgclick4.png
β”‚   β”‚   β”‚       β”‚       β”‚       lvlbgclick5.png
β”‚   β”‚   β”‚       β”‚       β”‚       lvlbgclick6.png
β”‚   β”‚   β”‚       β”‚       β”‚       menuback.png
β”‚   β”‚   β”‚       β”‚       β”‚       menuback1.png
β”‚   β”‚   β”‚       β”‚       β”‚       next_level.png
β”‚   β”‚   β”‚       β”‚       β”‚       option1.jpg
β”‚   β”‚   β”‚       β”‚       β”‚       options_checked.png
β”‚   β”‚   β”‚       β”‚       β”‚       options_unchecked.png
β”‚   β”‚   β”‚       β”‚       β”‚       play1.png
β”‚   β”‚   β”‚       β”‚       β”‚       play_checked.png
β”‚   β”‚   β”‚       β”‚       β”‚       play_unchecked.png
β”‚   β”‚   β”‚       β”‚       β”‚       rate.png
β”‚   β”‚   β”‚       β”‚       β”‚       settings_button.png
β”‚   β”‚   β”‚       β”‚       β”‚       share_button_checked.png
β”‚   β”‚   β”‚       β”‚       β”‚       share_button_unchecked.png
β”‚   β”‚   β”‚       β”‚       β”‚       splash.png
β”‚   β”‚   β”‚       β”‚       β”‚       splash_background.png
β”‚   β”‚   β”‚       β”‚       β”‚       start1.png
β”‚   β”‚   β”‚       β”‚       β”‚       togglebutton_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       welcome.png
β”‚   β”‚   β”‚       β”‚       β”‚
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€β”€drawable-v24
β”‚   β”‚   β”‚       β”‚       β”‚       ic_launcher_foreground.xml
β”‚   β”‚   β”‚       β”‚       β”‚
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€β”€font
β”‚   β”‚   β”‚       β”‚       β”‚       luckiest_guy.xml
β”‚   β”‚   β”‚       β”‚       β”‚
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€β”€layout
β”‚   β”‚   β”‚       β”‚       β”‚       activity_main.xml
β”‚   β”‚   β”‚       β”‚       β”‚       arrowbutton1_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       arrowbutton_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       badbutton_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       clickbutton_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       creditsbutton_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       credits_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       followbutton_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       gamebutton_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       goodbutton_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       helpbutton_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       help_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       highbutton_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       highscores_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       ibutton_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       i_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       level_select_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       lvl_button1.xml
β”‚   β”‚   β”‚       β”‚       β”‚       lvl_button2.xml
β”‚   β”‚   β”‚       β”‚       β”‚       lvl_button3.xml
β”‚   β”‚   β”‚       β”‚       β”‚       lvl_button4.xml
β”‚   β”‚   β”‚       β”‚       β”‚       lvl_button5.xml
β”‚   β”‚   β”‚       β”‚       β”‚       lvl_button6.xml
β”‚   β”‚   β”‚       β”‚       β”‚       menu_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       my_list.xml
β”‚   β”‚   β”‚       β”‚       β”‚       optionsbutton_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       options_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       ratebutton_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       settingsbutton_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       sharebutton_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚       splash.xml
β”‚   β”‚   β”‚       β”‚       β”‚       welcomebutton_layout.xml
β”‚   β”‚   β”‚       β”‚       β”‚
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€β”€mipmap-anydpi-v26
β”‚   β”‚   β”‚       β”‚       β”‚       ic_launcher.xml
β”‚   β”‚   β”‚       β”‚       β”‚       ic_launcher_round.xml
β”‚   β”‚   β”‚       β”‚       β”‚
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€β”€mipmap-hdpi
β”‚   β”‚   β”‚       β”‚       β”‚       ic_launcher.png
β”‚   β”‚   β”‚       β”‚       β”‚       ic_launcher_round.png
β”‚   β”‚   β”‚       β”‚       β”‚
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€β”€mipmap-mdpi
β”‚   β”‚   β”‚       β”‚       β”‚       ic_launcher.png
β”‚   β”‚   β”‚       β”‚       β”‚       ic_launcher_round.png
β”‚   β”‚   β”‚       β”‚       β”‚
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€β”€mipmap-xhdpi
β”‚   β”‚   β”‚       β”‚       β”‚       ic_launcher.png
β”‚   β”‚   β”‚       β”‚       β”‚       ic_launcher_round.png
β”‚   β”‚   β”‚       β”‚       β”‚
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€β”€mipmap-xxhdpi
β”‚   β”‚   β”‚       β”‚       β”‚       ic_launcher.png
β”‚   β”‚   β”‚       β”‚       β”‚       ic_launcher_round.png
β”‚   β”‚   β”‚       β”‚       β”‚
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€β”€mipmap-xxxhdpi
β”‚   β”‚   β”‚       β”‚       β”‚       ic_launcher.png
β”‚   β”‚   β”‚       β”‚       β”‚       ic_launcher_round.png
β”‚   β”‚   β”‚       β”‚       β”‚
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€β”€raw
β”‚   β”‚   β”‚       β”‚       β”‚       bonus_enemy_sound.mp3
β”‚   β”‚   β”‚       β”‚       β”‚       bstd.mp3
β”‚   β”‚   β”‚       β”‚       β”‚       click.ogg
β”‚   β”‚   β”‚       β”‚       β”‚       demo.mp4
β”‚   β”‚   β”‚       β”‚       β”‚       fire_enemy_sound.mp3
β”‚   β”‚   β”‚       β”‚       β”‚       gameover_sound_2.wav
β”‚   β”‚   β”‚       β”‚       β”‚       hrach.ogg
β”‚   β”‚   β”‚       β”‚       β”‚       music1.mp3
β”‚   β”‚   β”‚       β”‚       β”‚       music11.mp3
β”‚   β”‚   β”‚       β”‚       β”‚       music2.mp3
β”‚   β”‚   β”‚       β”‚       β”‚       splash_background.mp3
β”‚   β”‚   β”‚       β”‚       β”‚       wrongkill.mp3
β”‚   β”‚   β”‚       β”‚       β”‚
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€β”€values
β”‚   β”‚   β”‚       β”‚       β”‚       colors.xml
β”‚   β”‚   β”‚       β”‚       β”‚       font_certs.xml
β”‚   β”‚   β”‚       β”‚       β”‚       preloaded_fonts.xml
β”‚   β”‚   β”‚       β”‚       β”‚       strings.xml
β”‚   β”‚   β”‚       β”‚       β”‚       themes.xml
β”‚   β”‚   β”‚       β”‚       β”‚
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€β”€values-night
β”‚   β”‚   β”‚       β”‚       β”‚       themes.xml
β”‚   β”‚   β”‚       β”‚       β”‚
β”‚   β”‚   β”‚       β”‚       └───xml
β”‚   β”‚   β”‚       β”‚               level1.xml
β”‚   β”‚   β”‚       β”‚               level2.xml
β”‚   β”‚   β”‚       β”‚               level3.xml
β”‚   β”‚   β”‚       β”‚               level4.xml
β”‚   β”‚   β”‚       β”‚               level5.xml
β”‚   β”‚   β”‚       β”‚               level6.xml
β”‚   β”‚   β”‚       β”‚
β”‚   β”‚   β”‚       └───test
β”‚   β”‚   β”‚           └───java
β”‚   β”‚   β”‚               └───com
β”‚   β”‚   β”‚                   └───example
β”‚   β”‚   β”‚                       └───caveman
β”‚   β”‚   β”‚                               ExampleUnitTest.java
β”‚   β”‚   β”‚
β”‚   β”‚   β”œβ”€β”€β”€gradle
β”‚   β”‚   β”‚   └───wrapper
β”‚   β”‚   β”‚           gradle-wrapper.jar
β”‚   β”‚   β”‚           gradle-wrapper.properties
β”‚   β”‚   β”‚
β”‚   β”‚   └───images
β”‚   β”‚           1.jpg
β”‚   β”‚           10.jpg
β”‚   β”‚           11.jpg
β”‚   β”‚           12.jpg
β”‚   β”‚           13.jpg
β”‚   β”‚           14.jpg
β”‚   β”‚           15.jpg
β”‚   β”‚           16.jpg
β”‚   β”‚           17.jpg
β”‚   β”‚           18.jpg
β”‚   β”‚           19.jpg
β”‚   β”‚           2.jpg
β”‚   β”‚           20.jpg
β”‚   β”‚           21.jpg
β”‚   β”‚           22.jpg
β”‚   β”‚           23.jpg
β”‚   β”‚           3.jpg
β”‚   β”‚           4.jpg
β”‚   β”‚           5.jpg
β”‚   β”‚           6.jpg
β”‚   β”‚           7.jpg
β”‚   β”‚           8.jpg
β”‚   β”‚           9.jpg
β”‚   β”‚
β”‚   └───flutter_foldable_sidebar_demo
β”‚       β”‚   .gitignore
β”‚       β”‚   .metadata
β”‚       β”‚   pubspec.lock
β”‚       β”‚   pubspec.yaml
β”‚       β”‚   README.md
β”‚       β”‚
β”‚       β”œβ”€β”€β”€android
β”‚       β”‚   β”‚   .gitignore
β”‚       β”‚   β”‚   build.gradle
β”‚       β”‚   β”‚   gradle.properties
β”‚       β”‚   β”‚   settings.gradle
β”‚       β”‚   β”‚
β”‚       β”‚   β”œβ”€β”€β”€app
β”‚       β”‚   β”‚   β”‚   build.gradle
β”‚       β”‚   β”‚   β”‚
β”‚       β”‚   β”‚   └───src
β”‚       β”‚   β”‚       β”œβ”€β”€β”€debug
β”‚       β”‚   β”‚       β”‚       AndroidManifest.xml
β”‚       β”‚   β”‚       β”‚
β”‚       β”‚   β”‚       β”œβ”€β”€β”€main
β”‚       β”‚   β”‚       β”‚   β”‚   AndroidManifest.xml
β”‚       β”‚   β”‚       β”‚   β”‚
β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€β”€kotlin
β”‚       β”‚   β”‚       β”‚   β”‚   └───com
β”‚       β”‚   β”‚       β”‚   β”‚       └───example
β”‚       β”‚   β”‚       β”‚   β”‚           └───flutter_foldable_sidebar_demo
β”‚       β”‚   β”‚       β”‚   β”‚                   MainActivity.kt
β”‚       β”‚   β”‚       β”‚   β”‚
β”‚       β”‚   β”‚       β”‚   └───res
β”‚       β”‚   β”‚       β”‚       β”œβ”€β”€β”€drawable
β”‚       β”‚   β”‚       β”‚       β”‚       launch_background.xml
β”‚       β”‚   β”‚       β”‚       β”‚
β”‚       β”‚   β”‚       β”‚       β”œβ”€β”€β”€mipmap-hdpi
β”‚       β”‚   β”‚       β”‚       β”‚       ic_launcher.png
β”‚       β”‚   β”‚       β”‚       β”‚
β”‚       β”‚   β”‚       β”‚       β”œβ”€β”€β”€mipmap-mdpi
β”‚       β”‚   β”‚       β”‚       β”‚       ic_launcher.png
β”‚       β”‚   β”‚       β”‚       β”‚
β”‚       β”‚   β”‚       β”‚       β”œβ”€β”€β”€mipmap-xhdpi
β”‚       β”‚   β”‚       β”‚       β”‚       ic_launcher.png
β”‚       β”‚   β”‚       β”‚       β”‚
β”‚       β”‚   β”‚       β”‚       β”œβ”€β”€β”€mipmap-xxhdpi
β”‚       β”‚   β”‚       β”‚       β”‚       ic_launcher.png
β”‚       β”‚   β”‚       β”‚       β”‚
β”‚       β”‚   β”‚       β”‚       β”œβ”€β”€β”€mipmap-xxxhdpi
β”‚       β”‚   β”‚       β”‚       β”‚       ic_launcher.png
β”‚       β”‚   β”‚       β”‚       β”‚
β”‚       β”‚   β”‚       β”‚       └───values
β”‚       β”‚   β”‚       β”‚               styles.xml
β”‚       β”‚   β”‚       β”‚
β”‚       β”‚   β”‚       └───profile
β”‚       β”‚   β”‚               AndroidManifest.xml
β”‚       β”‚   β”‚
β”‚       β”‚   └───gradle
β”‚       β”‚       └───wrapper
β”‚       β”‚               gradle-wrapper.properties
β”‚       β”‚
β”‚       β”œβ”€β”€β”€assets
β”‚       β”‚       devs.jpg
β”‚       β”‚       powered_by.png
β”‚       β”‚       rps_logo.png
β”‚       β”‚
β”‚       β”œβ”€β”€β”€ios
β”‚       β”‚   β”‚   .gitignore
β”‚       β”‚   β”‚
β”‚       β”‚   β”œβ”€β”€β”€Flutter
β”‚       β”‚   β”‚       AppFrameworkInfo.plist
β”‚       β”‚   β”‚       Debug.xcconfig
β”‚       β”‚   β”‚       Release.xcconfig
β”‚       β”‚   β”‚
β”‚       β”‚   β”œβ”€β”€β”€Runner
β”‚       β”‚   β”‚   β”‚   AppDelegate.swift
β”‚       β”‚   β”‚   β”‚   Info.plist
β”‚       β”‚   β”‚   β”‚   Runner-Bridging-Header.h
β”‚       β”‚   β”‚   β”‚
β”‚       β”‚   β”‚   β”œβ”€β”€β”€Assets.xcassets
β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€β”€AppIcon.appiconset
β”‚       β”‚   β”‚   β”‚   β”‚       Contents.json
β”‚       β”‚   β”‚   β”‚   β”‚       Icon-App-1024x1024@1x.png
β”‚       β”‚   β”‚   β”‚   β”‚       Icon-App-20x20@1x.png
β”‚       β”‚   β”‚   β”‚   β”‚       Icon-App-20x20@2x.png
β”‚       β”‚   β”‚   β”‚   β”‚       Icon-App-20x20@3x.png
β”‚       β”‚   β”‚   β”‚   β”‚       Icon-App-29x29@1x.png
β”‚       β”‚   β”‚   β”‚   β”‚       Icon-App-29x29@2x.png
β”‚       β”‚   β”‚   β”‚   β”‚       Icon-App-29x29@3x.png
β”‚       β”‚   β”‚   β”‚   β”‚       Icon-App-40x40@1x.png
β”‚       β”‚   β”‚   β”‚   β”‚       Icon-App-40x40@2x.png
β”‚       β”‚   β”‚   β”‚   β”‚       Icon-App-40x40@3x.png
β”‚       β”‚   β”‚   β”‚   β”‚       Icon-App-60x60@2x.png
β”‚       β”‚   β”‚   β”‚   β”‚       Icon-App-60x60@3x.png
β”‚       β”‚   β”‚   β”‚   β”‚       Icon-App-76x76@1x.png
β”‚       β”‚   β”‚   β”‚   β”‚       Icon-App-76x76@2x.png
β”‚       β”‚   β”‚   β”‚   β”‚       Icon-App-83.5x83.5@2x.png
β”‚       β”‚   β”‚   β”‚   β”‚
β”‚       β”‚   β”‚   β”‚   └───LaunchImage.imageset
β”‚       β”‚   β”‚   β”‚           Contents.json
β”‚       β”‚   β”‚   β”‚           LaunchImage.png
β”‚       β”‚   β”‚   β”‚           LaunchImage@2x.png
β”‚       β”‚   β”‚   β”‚           LaunchImage@3x.png
β”‚       β”‚   β”‚   β”‚           README.md
β”‚       β”‚   β”‚   β”‚
β”‚       β”‚   β”‚   └───Base.lproj
β”‚       β”‚   β”‚           LaunchScreen.storyboard
β”‚       β”‚   β”‚           Main.storyboard
β”‚       β”‚   β”‚
β”‚       β”‚   β”œβ”€β”€β”€Runner.xcodeproj
β”‚       β”‚   β”‚   β”‚   project.pbxproj
β”‚       β”‚   β”‚   β”‚
β”‚       β”‚   β”‚   β”œβ”€β”€β”€project.xcworkspace
β”‚       β”‚   β”‚   β”‚   β”‚   contents.xcworkspacedata
β”‚       β”‚   β”‚   β”‚   β”‚
β”‚       β”‚   β”‚   β”‚   └───xcshareddata
β”‚       β”‚   β”‚   β”‚           IDEWorkspaceChecks.plist
β”‚       β”‚   β”‚   β”‚           WorkspaceSettings.xcsettings
β”‚       β”‚   β”‚   β”‚
β”‚       β”‚   β”‚   └───xcshareddata
β”‚       β”‚   β”‚       └───xcschemes
β”‚       β”‚   β”‚               Runner.xcscheme
β”‚       β”‚   β”‚
β”‚       β”‚   └───Runner.xcworkspace
β”‚       β”‚       β”‚   contents.xcworkspacedata
β”‚       β”‚       β”‚
β”‚       β”‚       └───xcshareddata
β”‚       β”‚               IDEWorkspaceChecks.plist
β”‚       β”‚               WorkspaceSettings.xcsettings
β”‚       β”‚
β”‚       β”œβ”€β”€β”€lib
β”‚       β”‚       custom_sidebar_drawer.dart
β”‚       β”‚       home_screen.dart
β”‚       β”‚       main.dart
β”‚       β”‚       splash_page.dart
β”‚       β”‚
β”‚       └───test
β”‚               widget_test.dart
β”‚
β”œβ”€β”€β”€Assembly Language
β”‚       BubbleSort.asm
β”‚       Merge Sort .asm
β”‚       Overview
β”‚       SelectionSortApplication.asm
β”‚
β”œβ”€β”€β”€C Language
β”‚       Addition_Of_Two_Matrices.c
β”‚       Alphabet_Triangle.c
β”‚       Armstrong _Number.c
β”‚       armstrong.c
β”‚       Binary_Search.c
β”‚       Bubble_Sort.c
β”‚       Celsius_To_Fahrenheit.c
β”‚       Converting_Number_Into_Characters.c
β”‚       Counting_Sort.c
β”‚       Decimal_To_Binary.c
β”‚       Dijkstra_Algorithm.c
β”‚       Fibonacci_Series.c
β”‚       Finding_Missing_Number.c
β”‚       G.C.D Using Recursion.c
β”‚       Generating_Fibonacci_Triangle.c
β”‚       Insertion_Sort.c
β”‚       Interpolation_Search_With_Recursion.c
β”‚       Kruskal's_Algorithm.c
β”‚       Linear_Search.c
β”‚       Matrix_Multiplication.c
β”‚       Merge_Sort.c
β”‚       multiplication_table_for_a_given_number.c
β”‚       Number_Triangle.c
β”‚       Overview.txt
β”‚       Palindrome.c
β”‚       PostTransition.c
β”‚       Prime_Number.c
β”‚       producer_consumer_problem.c
β”‚       quadratic_eq.c
β”‚       quicksort.c
β”‚       Runge_Kutta_Method_For_First_Order_DE.c
β”‚       Selection_Sort.c
β”‚       Simple_Interest_Calculator.c
β”‚       Styled_name_print.c
β”‚       Two_complex_num_addition.c
β”‚
β”œβ”€β”€β”€Competitive programming template
β”‚       template.cpp
β”‚       template.kt
β”‚
β”œβ”€β”€β”€Data Structures
β”‚   β”‚   Overview.txt
β”‚   β”‚
β”‚   β”œβ”€β”€β”€Array
β”‚   β”‚       Array_rotation.cpp
β”‚   β”‚       Equillibrium Point.cpp
β”‚   β”‚       LeadersInAnArray.cpp
β”‚   β”‚       MaximumMin.java
β”‚   β”‚       MissingNumber.java
β”‚   β”‚       Peak_element.cpp
β”‚   β”‚       SetMatrixZeros.java
β”‚   β”‚
β”‚   β”œβ”€β”€β”€Binary Trees
β”‚   β”‚       IdenticalTrees.cpp
β”‚   β”‚       level_order_zigzag.cpp
β”‚   β”‚       SymmetricBinaryTree.cpp
β”‚   β”‚       verticle_print.cpp
β”‚   β”‚
β”‚   β”œβ”€β”€β”€Graph
β”‚   β”‚       BFS code (matrix input).cpp
β”‚   β”‚
β”‚   β”œβ”€β”€β”€Heap
β”‚   β”‚       Create Heap Using STL Vector.txt
β”‚   β”‚       Heap Sort.txt
β”‚   β”‚       Heapify_Faster_Method_to_CreateHeap_C++.txt
β”‚   β”‚
β”‚   β”œβ”€β”€β”€LinkedList
β”‚   β”‚       Check if a loop exists in SLL.cpp
β”‚   β”‚       Delete a Linked List
β”‚   β”‚       Find kth node from last of a SLL.cpp
β”‚   β”‚       Find Middle Node of SLL.cpp
β”‚   β”‚       LinkedLists.c
β”‚   β”‚       Reverse a SLL.cpp
β”‚   β”‚
β”‚   β”œβ”€β”€β”€Merge Sort
β”‚   β”‚       Merge Sort.cpp
β”‚   β”‚
β”‚   β”œβ”€β”€β”€Recursion
β”‚   β”‚       generating_subset_string.cpp
β”‚   β”‚       Return Keypad Code.java
β”‚   β”‚       rope_cutting.cpp
β”‚   β”‚       tower_of_hanoi.cpp
β”‚   β”‚
β”‚   β”œβ”€β”€β”€Stack
β”‚   β”‚       BFS code (matrix input).cpp
β”‚   β”‚       Infix to Postfix.py
β”‚   β”‚       infix_to_postfix.cpp
β”‚   β”‚       ParanthesisChecker.cpp
β”‚   β”‚       postfixexpression_evaluation.py
β”‚   β”‚       Stack.c
β”‚   β”‚       StockSpan.cpp
β”‚   β”‚
β”‚   β”œβ”€β”€β”€Tree
β”‚   β”‚       AVL TREES.txt
β”‚   β”‚       Check_balanced.cpp
β”‚   β”‚       Left_view_print.cpp
β”‚   β”‚       Level_order_traversal_line_by_line.cpp
β”‚   β”‚       Max_Width_of_bt.cpp
β”‚   β”‚       Print_Left_View.cpp
β”‚   β”‚
β”‚   └───HashMaps
β”‚           Extract Unique Characters.java
β”‚           Longest subset zero sum.java
β”‚           Pairs with difference K.java
β”‚           pair sum to 0.java
β”‚
β”‚
β”œβ”€β”€β”€Kotlin Extensions
β”‚       Overview.txt
β”‚
β”œβ”€β”€β”€Machine Learning
β”‚   β”‚   .DS_Store
β”‚   β”‚   MulticlassClassification.ipynb
β”‚   β”‚   Overview.txt
β”‚   β”‚
β”‚   β”œβ”€β”€β”€Face_Recognition
β”‚   β”‚   β”‚   .DS_Store
β”‚   β”‚   β”‚
β”‚   β”‚   β”œβ”€β”€β”€assets
β”‚   β”‚   β”‚       face.jpg
β”‚   β”‚   β”‚       haarcascade_frontalface_default.xml
β”‚   β”‚   β”‚
β”‚   β”‚   └───model
β”‚   β”‚           Face_detection_using_OpenCV.ipynb
β”‚   β”‚
β”‚   └───Super-Mario
β”‚       β”‚   mario.py
β”‚       β”‚   metriclogger.py
β”‚       β”‚   play.py
β”‚       β”‚   README.md
β”‚       β”‚   super mario.ipynb
β”‚       β”‚   wrapper.py
β”‚       β”‚
β”‚       β”œβ”€β”€β”€src
β”‚       β”‚       proj_folder
β”‚       β”‚       stage-2.png
β”‚       β”‚       stage1-4.png
β”‚       β”‚
β”‚       └───__pycache__
β”‚               mario.cpython-38.pyc
β”‚               metriclogger.cpython-38.pyc
β”‚               wrapper.cpython-38.pyc
β”‚
β”œβ”€β”€β”€Project
β”‚   └───Python
β”‚       β”‚   audio_translate.py
β”‚       β”‚   snake_game.py
β”‚       β”‚   speech_assistant.py
β”‚       β”‚   youtube_downloader.py
β”‚       β”‚
β”‚       β”œβ”€β”€β”€dino_game
β”‚       β”‚   β”‚   dino.py
β”‚       β”‚   β”‚
β”‚       β”‚   └───assets
β”‚       β”‚       β”‚   DinoWallpaper.png
β”‚       β”‚       β”‚
β”‚       β”‚       β”œβ”€β”€β”€Bird
β”‚       β”‚       β”‚       Bird1.png
β”‚       β”‚       β”‚       Bird2.png
β”‚       β”‚       β”‚
β”‚       β”‚       β”œβ”€β”€β”€Cactus
β”‚       β”‚       β”‚       LargeCactus1.png
β”‚       β”‚       β”‚       LargeCactus2.png
β”‚       β”‚       β”‚       LargeCactus3.png
β”‚       β”‚       β”‚       SmallCactus1.png
β”‚       β”‚       β”‚       SmallCactus2.png
β”‚       β”‚       β”‚       SmallCactus3.png
β”‚       β”‚       β”‚
β”‚       β”‚       β”œβ”€β”€β”€Dino
β”‚       β”‚       β”‚       DinoDead.png
β”‚       β”‚       β”‚       DinoDuck1.png
β”‚       β”‚       β”‚       DinoDuck2.png
β”‚       β”‚       β”‚       DinoJump.png
β”‚       β”‚       β”‚       DinoRun1.png
β”‚       β”‚       β”‚       DinoRun2.png
β”‚       β”‚       β”‚       DinoStart.png
β”‚       β”‚       β”‚
β”‚       β”‚       └───Other
β”‚       β”‚               Chrome Dino.gif
β”‚       β”‚               Chrome Dino.mp4
β”‚       β”‚               Cloud.png
β”‚       β”‚               GameOver.png
β”‚       β”‚               Reset.png
β”‚       β”‚               Track.png
β”‚       β”‚
β”‚       └───Hangman_game
β”‚               hangman.py
β”‚               words.py
β”‚
β”œβ”€β”€β”€Python
β”‚   β”‚   Arnold Cat Map.ipynb
β”‚   β”‚   Blur Algorithm.ipynb
β”‚   β”‚   defineaword.py
β”‚   β”‚   fibonacci.py
β”‚   β”‚   invisible cloak
β”‚   β”‚   Linkedin_automation.py
β”‚   β”‚   LogisticRegression.ipynb
β”‚   β”‚   PIL Scramble Image.ipynb
β”‚   β”‚   Staircase.py
β”‚   β”‚   Video_Scrambler.ipynb
β”‚   β”‚   WhatsApp_automation.py
β”‚   β”‚
β”‚   β”œβ”€β”€β”€CNN Architectures
β”‚   β”‚       Alexnet in Pytorch.ipynb
β”‚   β”‚       Alexnet_architecture.png
β”‚   β”‚       CIFAR-10 Pytorch.ipynb
β”‚   β”‚       CNN Pytorch.ipynb
β”‚   β”‚       GoogLeNet PyTorch.ipynb
β”‚   β”‚       GoogLeNet_architecture.png
β”‚   β”‚       LeNet Pytorch.ipynb
β”‚   β”‚       LeNet_architecture.png
β”‚   β”‚       MNIST Pytorch.ipynb
β”‚   β”‚       NiN PyTorch.ipynb
β”‚   β”‚       NIN_architecture.png
β”‚   β”‚       Pretrained Pytorch.ipynb
β”‚   β”‚       Resnet in PyTorch.ipynb
β”‚   β”‚       ResNet_VGG_architecture.png
β”‚   β”‚       VGG in PyTorch.ipynb
β”‚   β”‚
β”‚   └───Ensemble learning methods
β”‚       β”‚   AdaBoost.ipynb
β”‚       β”‚   Random_Forest.ipynb
β”‚       β”‚
β”‚       └───.ipynb_checkpoints
β”‚               AdaBoost-checkpoint.ipynb
β”‚               Random_Forest-checkpoint.ipynb
β”‚
β”œβ”€β”€β”€UI Models
β”‚       Overview.txt
β”‚
└───Web development
    β”‚   Overview.txt
    β”‚
    β”œβ”€β”€β”€BMI Calculator
    β”‚       app.js
    β”‚       index.html
    β”‚       styles.css
    β”‚
    β”œβ”€β”€β”€Colour Changer
    β”‚       index.html
    β”‚       main.js
    β”‚
    β”œβ”€β”€β”€CSS
    β”‚       ButtonAnimation.html
    β”‚       Loading_Effect.html
    β”‚
    β”œβ”€β”€β”€JS
    β”‚       asyncawait.js
    β”‚
    β”œβ”€β”€β”€notes_app
    β”‚       app.js
    β”‚       index.html
    β”‚
    └───Website Project
            index.html
            script.js
            style.css
            wesbite.md

Project Admin: @Kavya-24πŸ’»

✨ Contributors ✨