Vladimir Andreev (vovandreevik)

vovandreevik

Geek Repo

Github PK Tool:Github PK Tool


Organizations
OPDjira

Vladimir Andreev's repositories

Date-Calculator

Web application that allows you to calculate the number of days between two dates.

Language:JavaScriptStargazers:1Issues:0Issues:0

QUANC8-FMIN-ZEROIN

The program calculates the luminosity of a blackbody using the QUANC8 algorithm and explores the sustainability of solutions in a given mathematical context.

Language:C++Stargazers:1Issues:0Issues:0

RKF45-Runge_Kutta_3_order

The program solves a system of differential equations according to the RKF45 program and the order 3 Runge-Kutta method

Language:C++Stargazers:1Issues:0Issues:0

DoubleBack-SoloFront

Web application that provides users with news articles grouped by different categories or movie posters

Language:PythonStargazers:1Issues:0Issues:0

Speech-Recognition-Model

Web application that allows users to control car functions using voice commands

Language:PythonStargazers:1Issues:0Issues:0

School-Museum

Website of the school museum Gymnasium № 1 in Birobidzhan, Russia

Language:HTMLStargazers:1Issues:0Issues:0

Stream-API

Java project that demonstrates various stream operations

Language:JavaStargazers:1Issues:0Issues:0

Spline-Lagrange-QUANC8

The program calculates the value of the function for a given x and a given step using the QUANC8 program. Builds a spline function and a Lagrange polynomial of degree 10

Language:C++Stargazers:2Issues:0Issues:0

DECOMP-SOLVE

The program solves linear systems with DECOMP & SOLVE.

Language:C++Stargazers:1Issues:0Issues:0

Translator

This project contains a simple implementation of a Dictionary class that can load a dictionary from a file and translate words from one language to another.

Language:JavaStargazers:1Issues:0Issues:0

Animal-Hierarchy

The Animal Hierarchy Java program is a demonstration of segregating a collection of animals based on their hierarchy using Java generics.

Language:JavaStargazers:1Issues:0Issues:0

Methods-Caller

This Java program demonstrates a method caller utility that uses Java reflection and annotations to invoke methods with specified repeat counts.

Language:JavaStargazers:1Issues:0Issues:0

Moving-Strategy

This Java example demonstrates a simple implementation of the Strategy Design Pattern.

Language:JavaStargazers:1Issues:0Issues:0

Two-Three-Tree

This C++ program implements a Two-Three Tree data structure, a self-balancing search tree, for efficiently storing and retrieving words along with their associated line numbers from a text document.

Language:C++Stargazers:1Issues:0Issues:0

Cross-Reference-Generator

This C++ program reads text from a file, generates a cross-reference table of words along with the lines they appear on, and prints the text with line numbers.

Language:C++Stargazers:1Issues:0Issues:0

Polygon-Analysis

This C++ program reads and processes polygon data from a file and provides various commands for analyzing the polygons. It supports commands for calculating areas, finding polygons with maximum or minimum properties, counting polygons, and more.

Language:C++Stargazers:1Issues:0Issues:0

DataStruct-Iterators

This C++ program demonstrates how to read, process, and sort data using the DataStruct structure and custom sorting criteria.

Language:C++Stargazers:1Issues:0Issues:0

Counting-Sort-Algorithm

This C++ program demonstrates the Counting Sort algorithm for sorting an array of integers in three different scenarios: best case, average case, and worst case.

Language:C++Stargazers:1Issues:0Issues:0

Binary-Search-Tree

This C++ program demonstrates the implementation of a Binary Search Tree (BST) along with custom Stack and Queue data structures.

Language:C++Stargazers:1Issues:0Issues:0

Stack-and-Queue-Data-Structures

This C++ project implements stack and queue data structures

Language:C++Stargazers:1Issues:0Issues:0

Dictionary-List

This C++ program implements a custom dictionary list data structure. The dictionary list allows you to insert, remove, search, merge, and find the intersection of two lists. It is designed to manage a list of unique integer values.

Language:C++Stargazers:1Issues:0Issues:0

String-Manipulation

This C++ program is designed for string manipulation. It provides various string operations, such as sorting, searching for repetitions, and finding strings that start with a specific sequence. The program is based on a custom String class.

Language:C++Stargazers:1Issues:0Issues:0

Shape-Manipulation

This C++ program is designed to work with various shapes, including rectangles and composite shapes, in an object-oriented manner. It allows you to read shape descriptions from an input file, perform operations like moving and scaling, and then sort and display the shapes.

Language:C++Stargazers:1Issues:0Issues:0

Point-and-Triangle

This C++ program is designed to work with points and triangles in a simple object-oriented manner. It includes classes for Points and Triangles and various functions to manipulate and analyze them.

Language:C++Stargazers:1Issues:0Issues:0