ashx010 / DSA-with-JAVA

DSA with JAVA and JAVA syntax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

DSA with JAVA and JAVA syntax

License:MIT License


Languages

Language:Java 100.0%