Skip to content

ashx010/DSA-with-JAVA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSA-with-JAVA

DSA with JAVA and JAVA syntax

Basics.java

  • Boiler plate
  • Print statement
  • Data types
  • Input
    • Scanner Class
  • Conditional statement
    • if-else
    • switch-case
    • terenary operator
  • Loops
    • For Loop
    • While Loop
    • Do While Loop
    • For Each Loop
  • Arrays
    • 1D Array
    • 2D Array
  • Function
    • Declaration
    • Call

Searching.java

  • Linear Search
  • Binary Search

Sorting.java

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Inbuilt Sort
  • Counting Sort

java1.java

  • Contain Raw code