Skip to content

muskanmi/Data-Structures-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures in Java

This is a repository containing various Java Programs to understand the basic concepts of Data Structures and Algorithms.

Contents:

  • Arrays:

    Java Codes for solving some of the Arrays related problems.

  • Recursion:

    Java Codes for solving some problems of recursion.

  • Bit Manipulation:

    Java Codes for solving some problems related to Bit manipulation.

  • Mathematics:

    Java Codes for solving some basic mathematical problems.

    Java Codes for solving some interview problems on Linked List.