Skip to content
#

coding-practice

Here are 16 public repositories matching this topic...

A comprehensive repository containing implementations of data structures and algorithms in C++, Java, Python, and C. It includes solutions to popular DSA problems, CodeChef DSA challenges, and the Love Babbar DSA Practice Sheet. Ideal for learning, practice, and interview preparation.

  • Updated Oct 2, 2024
  • Java

Repository for Technion's 094219 Software Engineering course final exam preparation, covering Java, OOP, design patterns, multithreading, and more.

  • Updated Aug 3, 2023
  • Java

This project implements an arithmetic calculator capable of parsing and evaluating mathematical expressions using a custom stack data structure. The calculator handles various arithmetic operations and parentheses, providing accurate results for complex expressions.

  • Updated Aug 15, 2024
  • Java

This project implements two methods for calculating Oddonacci numbers using Java: a linear tail-recursive approach and a multiple recursive approach. These methods are implemented to study their performance in terms of execution time and efficiency.

  • Updated Aug 15, 2024
  • Java

Improve this page

Add a description, image, and links to the coding-practice topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the coding-practice topic, visit your repo's landing page and select "manage topics."

Learn more