Git Product home page Git Product logo

prog-lang-1's Introduction

Programming Languages 1 (6th Semester)

National and Technical University of Athens - School of Electrical and Computer Engineering


The purpose of this course is the understanding of the core fundamentals and concepts of Programmic Languages design. Some of the topics examined are:

  • Syntactic Analysis
  • Functional Programming
  • Types and Type Inference
  • Variable Scope
  • Memory Management and Activation Records
  • Object Oriented Programming
  • Exceptions
  • Parameter Passing
  • Logical Programming

This repo is dedicated to the assignments of the course, in which we had to implement algorithms in the following programming languages:

  • C++
  • SML-NJ
  • Java
  • SWI-Prolog

Following up, we present the problems and the languages used for each one:

  • Skitrip (C++, SML-NJ and SWI-Prolog)

    Problem: Given a list of numbers, find the longest interval for which the left bound number is smaller than the right bound number.

  • Spacedeli (C++ and SML-NJ)

    Problem: Apply Dijkstra's algorithm for finding the shortest path and distance between two nodes. In this problem, the graph needed to have 2 levels and the weights of the edges were all equal to 1.

  • Villages (SML-NJ and Java)

    Problem: Apply Union-Find algorithm to count the groups of nodes in a graph.

  • Moredeli (SML-NJ, Java and SWI-Prolog)

    Problem: Apply Dijkstra's algorithm to find the shortest path and distance between two nodes. In this problem, the graph had 1 level and the weights of the edges were not equal.

  • Hopping (C++ and SWI-Prolog)

    Problem: The problem supposes that we have a ladder with broken steps and a set $S$ of possible steps we can make. We have to find with how many different ways, one can climb that stair.

prog-lang-1's People

Stargazers

 avatar

Watchers

 avatar

Forkers

ckarouzos

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.