Adalu Badalu

Adalu Badalu (Kannada: ಅದಲು ಬದಲು) is a 1979 Indian Kannada film, directed by C. V. Rajendran and produced by P. Krishnaraj. The film stars Srinath, Aarathi, M. P. Shankar and Dwarakish in the lead roles. The film has musical score by Vijaya Bhaskar.[1][2]

Adalu Badalu
Directed byC. V. Rajendran
Produced byP. Krishnaraj
Written byChi. Udaya Shankar (dialogues)
Screenplay byShanmukhapriya
Story byC. V. Rajendran
StarringSrinath
Aarathi
M. P. Shankar
Dwarakish
Music byVijaya Bhaskar
CinematographyR. Madhusudan
Edited byYadav Victor
Production
company
Mohan Murali Productions
Distributed byMohan Murali Productions
Release date
  • 12 March 1979 (1979-03-12)
Running time
134 min
CountryIndia
LanguageKannada

Cast

Soundtrack

Track listing
No.TitleLyricsSinger(s)Length
1."Nalidide Jeevana Ganga"Vijaya NarasimhaS. P. Balasubrahmanyam, Vani Jairam 
2."Baa Sukhava Pade"Chi. Udaya ShankarVani Jairam 
3."Prayada Vayasige"Doddarange GowdaS. P. Balasubrahmanyam, S. Janaki 
4."Nalidide Jeevana Ganga"Vijaya NarasimhaS. P. Balasubrahmanyam 
gollark: I believe this is O(n!), actually.
gollark: The performance is great too. It's not O(n²), it's an even more biggerer and thus superior order.
gollark: Of course.
gollark: I'm not entirely sure how, but it seems to construct a tree/maybe deterministic finite automaton/finite state machine/I don't know theoretical CS which matches anagrams and unmatches unanagrams.
gollark: ```pythonimport collectionsdef do_thing(s): if len(s) == 1: return { s[0]: True } out = {} for i, c in enumerate(s): without = s[:i] + s[i + 1:] things = do_thing(without) out[c] = things return outdef match(r, s): print(r) c = r for i, x in enumerate(s): print(x) try: c = c[x] if c == True: if i + 1 == len(s): return True # full match else: return False # characters remain except KeyError: return False # no match return False # incomplete matchentry = lambda a, b: match(do_thing(a.lower().replace(" ", "")), b.lower().replace(" ", ""))```Here is my entry (pending a port to osmarkslisp™️). This is definitely my entry.

References

  1. "Adalu Badalu". chiloka.com. Retrieved 4 February 2015.
  2. "Adalu Badalu". nthwall.com. Archived from the original on 4 February 2015. Retrieved 4 February 2015.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.