Update of exercises

master
Thomas Smits 2024-03-11 10:36:35 +01:00
parent 1df916399e
commit f8e1e90946
16 changed files with 16 additions and 16 deletions

View File

@ -1,3 +1,3 @@
# Lösung: Erste Schritte # Lösung: Erste Schritte
!INCLUDESRC "../src/clojure/scalper.clj" clojure !INCLUDESRC "../src/scalper.clj" clojure

View File

@ -1,3 +1,3 @@
# Lösung: Maps: Lagerverwaltung # Lösung: Maps: Lagerverwaltung
!INCLUDESRC "../src/clojure/abzock-lager.clj" clojure !INCLUDESRC "../src/abzock-lager.clj" clojure

View File

@ -1,3 +1,3 @@
# Lösung: Kontrolltrukturen: Lagerverwaltung, Teil 2 # Lösung: Kontrolltrukturen: Lagerverwaltung, Teil 2
!INCLUDESRC "../src/clojure/abzock-lager-2.clj" clojure !INCLUDESRC "../src/abzock-lager-2.clj" clojure

View File

@ -1,3 +1,3 @@
# Lösung: Map und Reduce: Gewinnermittlung für die Abzock GmbH # Lösung: Map und Reduce: Gewinnermittlung für die Abzock GmbH
!INCLUDESRC "../src/clojure/abzock-gewinn.clj" clojure !INCLUDESRC "../src/abzock-gewinn.clj" clojure

View File

@ -1,3 +1,3 @@
# Lösung: Multi-Arity-Funktion # Lösung: Multi-Arity-Funktion
!INCLUDESRC "../src/clojure/my-average.clj" clojure !INCLUDESRC "../src/my-average.clj" clojure

View File

@ -1,3 +1,3 @@
# Lösung: Funktion als Rückgabewert # Lösung: Funktion als Rückgabewert
!INCLUDESRC "../src/clojure/plus-n-fn.clj" clojure !INCLUDESRC "../src/plus-n-fn.clj" clojure

View File

@ -1,3 +1,3 @@
# Lösung: apply und Funktionen als Übergabewerte # Lösung: apply und Funktionen als Übergabewerte
!INCLUDESRC "../src/clojure/triple-apply.clj" clojure !INCLUDESRC "../src/triple-apply.clj" clojure

View File

@ -1,3 +1,3 @@
# Lösung: Vor- und Nachbedingung # Lösung: Vor- und Nachbedingung
!INCLUDESRC "../src/clojure/sqrt.clj" clojure !INCLUDESRC "../src/sqrt.clj" clojure

View File

@ -1,3 +1,3 @@
# Lösung: Tail-Recursion # Lösung: Tail-Recursion
!INCLUDESRC "../src/clojure/prod-recur.clj" clojure !INCLUDESRC "../src/prod-recur.clj" clojure

View File

@ -1,3 +1,3 @@
# Lösung: Was hoppelt den da? # Lösung: Was hoppelt den da?
!INCLUDESRC "../src/clojure/kaninchen.clj" clojure !INCLUDESRC "../src/kaninchen.clj" clojure

View File

@ -1,3 +1,3 @@
# Lösung: cond # Lösung: cond
!INCLUDESRC "../src/clojure/test-positive.clj" clojure !INCLUDESRC "../src/test-positive.clj" clojure

View File

@ -1,3 +1,3 @@
# Lösung: Ausnahmebehandlung # Lösung: Ausnahmebehandlung
!INCLUDESRC "../src/clojure/number-formatter.clj" clojure !INCLUDESRC "../src/number-formatter.clj" clojure

View File

@ -1,3 +1,3 @@
# Lösung: reduce # Lösung: reduce
!INCLUDESRC "../src/clojure/prod-reduce.clj" clojure !INCLUDESRC "../src/prod-reduce.clj" clojure

View File

@ -1,3 +1,3 @@
# Lösung: mapping und cycle # Lösung: mapping und cycle
!INCLUDESRC "../src/clojure/map-cycle.clj" clojure !INCLUDESRC "../src/map-cycle.clj" clojure

View File

@ -1,3 +1,3 @@
# Lösung: take-while # Lösung: take-while
!INCLUDESRC "../src/clojure/below-zero.clj" clojure !INCLUDESRC "../src/below-zero.clj" clojure

View File

@ -1,3 +1,3 @@
# Lösung: filter # Lösung: filter
!INCLUDESRC "../src/clojure/filter-positive.clj" clojure !INCLUDESRC "../src/filter-positive.clj" clojure