Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vedanthb/dsa_java


https://github.com/vedanthb/dsa_java

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# DSA_Java

- Intro to Programming
- Procedural vs Functional vs Object Oriented Languages
- Static vs Dynamic memory allocation
- Objects and references

- Flow of Programs - Pseudo code and flowcharts
- insights about how to visualise your algorithms using flowcharts and turn them into pseudocode. We cover concepts like if conditions, loops, and also learn how to find whether a number is prime or not in an efficient way.