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
β β β β β [email protected]
β β β β β [email protected]
β β β β β [email protected]
β β β β β [email protected]
β β β β β [email protected]
β β β β β [email protected]
β β β β β [email protected]
β β β β β [email protected]
β β β β β [email protected]
β β β β β [email protected]
β β β β β [email protected]
β β β β β [email protected]
β β β β β [email protected]
β β β β β [email protected]
β β β β β [email protected]
β β β β β
β β β β ββββLaunchImage.imageset
β β β β Contents.json
β β β β LaunchImage.png
β β β β [email protected]
β β β β [email protected]
β β β β 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
β β 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
β
ββββ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
forked from Kavya-24/Snippets
-
Notifications
You must be signed in to change notification settings - Fork 0
Ayush0431/Snippets
Β
Β
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Repository files navigation
About
Hacktoberfest 2022
Resources
Code of conduct
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Jupyter Notebook 92.5%
- Python 1.9%
- Java 1.8%
- C++ 1.2%
- C 1.0%
- JavaScript 0.5%
- Other 1.1%